react-text-loop icon indicating copy to clipboard operation
react-text-loop copied to clipboard

React 17 support

Open nikeee opened this issue 4 years ago • 3 comments

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?

nikeee avatar Jun 30 '21 08:06 nikeee

Hey, I created a fork of React Text Loop. It has support for React 17, is currently maintained, and is 6x smaller.

samarmohan avatar Aug 09 '21 17:08 samarmohan

@samarmohan I was just about to create a fork as well, but you commented just in time. Thanks!

kb1995 avatar Aug 09 '21 20:08 kb1995