react-scroll-up-button icon indicating copy to clipboard operation
react-scroll-up-button copied to clipboard

React 17 support

Open zanedev opened this issue 4 years ago • 1 comments

Can you add react 17 peer support? --legacy-peer-deps seems to work for now

npm ERR! node_modules/react
npm ERR!   react@"^17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.5.4 || ^16.0.0" from [email protected]
npm ERR! node_modules/react-scroll-up-button
npm ERR!   react-scroll-up-button@"^1.6.4" from the root project```

zanedev avatar Jul 13 '21 02:07 zanedev

+1 on the work around ... but I'm a bit concerned about doing this since there could be other reasons other than the react version restrictions

I may take a stab at testing my theory though

A fix no this soon would be great because a bunch of errors happen when you try to update your other npm packages

ProsperousHeart avatar Feb 06 '23 23:02 ProsperousHeart