llibdude

Results 14 comments of llibdude

I am also experiencing this.

I am also running into this problem, specifically I want to render `>`. My (messy) work around for now is to inject the value after the fact: ```javascript typewriter .typeString("")...

As a work around i'm finding this is generally working for me ```javascript typewriterRef.current.state.eventQueue = [] ``` In my case I am using the React component and keep a ref...