react-text-loop
react-text-loop copied to clipboard
React 17 support
I currently get this warning in react:
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.1 || ^16.0.1" from [email protected]
npm ERR! node_modules/react-text-loop
npm ERR! react-text-loop@"^2.3.0" from the root project
It seems that react 17 is not supported. This causes some problems due to the peer dependency change in npm 7.
Is this up for grabs?
Hey, I created a fork of React Text Loop. It has support for React 17, is currently maintained, and is 6x smaller.
@samarmohan I was just about to create a fork as well, but you commented just in time. Thanks!