-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Texts are not getting erased #28
Comments
Agreed. Any updates on this? Love the library but this is preventing me from using it in a project. |
Okay, this makes sense. When I originally created the library, I hadn't considered using the It's been a while since I really dived into this codebase, but iirc, the problem is most likely coming from the fact that we render all of the children of the parent Typing component after the entire animation is complete, if the To fix this, we should instead render the currently typed text at the end of the animation, as this should be set to [] after a Reset. |
@adamjking3 how do you prevent the text from showing after typing is complete. After some text is backspaced, it show at the end of typing. What is the correct way to prevent this? |
Thanks to @dallin-christensen for submitting a PR that fixes this bug! |
See here
https://codesandbox.io/s/k54yp599oo
The text was updated successfully, but these errors were encountered: