You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: