jstejada / react-typist

Typing animations with React
https://jstejada.github.io/react-typist/
Other
1.4k stars 124 forks source link

typist with react@17.0.0 #99

Closed pnguyen001 closed 3 years ago

pnguyen001 commented 3 years ago

Can you update to work with react@17.0.0 and react-dom@17.0.0

image

vishnu-dev commented 3 years ago

@jstejada Can we get some attention on this?

mah-moh commented 3 years ago

Try like this npm install react-typist --save --legacy-peer-deps. With this --legacy-peer-deps flag it overlooks the peer dependencies. Don't know if it is the proper way but it works fine.