use-delayed-render
use-delayed-render copied to clipboard
Need to update React version to 17
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.13.1" from [email protected]
npm ERR! node_modules/use-delayed-render
I have the same error :
Could not resolve dependency: npm ERR! peer react@"^16.13.1" from [email protected] npm ERR! node_modules/use-delayed-render npm ERR! use-delayed-render@"^0.0.7" from the root project
Hi @pacocoursey any chance of update compatibility ?
Until @pacocoursey doesn't solve this issue I have found two possible workarounds:
- Run npm install with --legacy-peer-deps option (You need to pass this option every time you run npm install if this library is added as a dependency)
- Remove this library as a dependency and copy hook source code to your own project and import it directly.