Open ChrisCooney opened 8 years ago
Turns out the issue is caused by passing in multiple elements, which is a fair react standard.
Does this work if you wrap your elements in a container?
No I'm afraid it doesn't Frost!
The work around I've got is to have multiple TypeWriter elements. I'm struggling to get them to re-render new content when some content has already been rendered.
Version
0.3.0
Steps to reproduce
Expected behavior
Typewriter component should render the text.
Actual behavior
Error message is appearing: Cannot read property 'stamp' of undefined
Sample Code