braposo / react-text-loop

Animate words in your headings

Home Page:https://codesandbox.io/s/react-text-loop-playground-br4q1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React 17 support

nikeee opened this issue · 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 react-text-loop@2.3.0
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.

commented

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

@samarmohan Thanks, was about to go and fork as well