nolly-studio/cult-ui

[bug]: typewriter only ever goes up to the length of the first input text

CyrusVorwald opened this issue · 0 comments

Describe the bug

Input texts of length greater than the first element get cut off when being displayed by the typewriter component

Affected component/components

Typewriter

How to reproduce

const placeholderTexts = [
"1",
"22",
"333"
];

Codesandbox/StackBlitz link

No response

Logs

No response

System Info

mac os, chrome

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues