Open willmcl opened 4 years ago
nothing like that for me
using it with gatsby and develop
works fine, same with build
try to create empty gatsby project with default starter and then include typist
I encountered the same issue, turn out I was importing from the source directly.
Changing import Typist from 'react-typist/src/Typist'
to import Typist from 'react-typist'
should fix the error.
I am using this with Gatsby and when running
gatsby develop
I get the following error:Below are the dependencies from my package.json file. Any help would be great.