-
Notifications
You must be signed in to change notification settings - Fork 125
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
not working correctly for dynamically rendered content wrapped in {} #89
Comments
same for me |
Okay, got a solution, planning to make documentation PR at least If you go dynamically you should try to add adding so .e.g.
|
makes perfect sense and i think the correct "React way" of using this. Thanks. |
Actually not quite :) Line 68 in d067d1a
Right now my solution is somewhat hacky, but still works fine at least. No problems with that, no performance issues with basic dynamic content whatsoever, but the react-way would be to fix But feel free to open/close, because it can be considered either as somewhat |
Your workaround make sense if you use typist int he same component where the text is rendered, but it doesn't solve the other major use case, i.e. text rendered in child components unfortunately. |
I wrote a component that might work for this, or at least similar issues. It's a little hacky but hey.
|
Hi this is a great module many thanks for creating it.
Im trying to create a monitor effect but having a problem with dynamically rendered content i.e. rendered content wrapped in {...}
Sandbox here:
https://codesandbox.io/s/react-typist-demo-5p58v?file=/src/App.js
Ive put wrapped an unwrapped content so you can see the effect of applying around dynamic content.
I dont know if this is outside the scope of design/use but any help or advice much appreciated.
The text was updated successfully, but these errors were encountered: