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?
I currently get this warning in react:
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?