react-components icon indicating copy to clipboard operation
react-components copied to clipboard

Upgrade the library to React v17

Open s1gr1d opened this issue 4 years ago • 0 comments

How to reproduce

  1. Install library in project with React v17

Version information

  • Node.js Version: 16.13.1
  • npm Version: 8.1.2
  • OS: iOS

Additional info

My project has the latest React version 17.0.2, but the library uses 16.8.4 which is not compatible.

This is the error I get:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: solid-project@undefined
npm ERR! Found: [email protected]
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@"^16.8.4" from @solid/[email protected]
npm ERR! node_modules/@solid/react
npm ERR!   @solid/react@"*" from the root project

s1gr1d avatar Dec 14 '21 09:12 s1gr1d