react-windowed-select
react-windowed-select copied to clipboard
Support for react 18
code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.1.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.8.0 || ^17.0.0" from [email protected]
Getting this error , any plans on testing with React 18 and upgrading ?
@buzzwin This should be as straightforward as updating the peerDependencies in package.json to include react 18:
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
Would you be interested in making a PR?
@jacobworrel just wondering if you've been able to review this PR yet?