You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed when the typewriter animation has completed and I'm trying to pass in a new text (or any React elements) as its children, it will not change its output, but leave the previously typing out text.
The way to get around this is to erase the text with typing <= -1 and then set the new text after the whole previsouly typed out text has been erased.