react-windowed-select icon indicating copy to clipboard operation
react-windowed-select copied to clipboard

Support for react 18

Open buzzwin opened this issue 2 years ago • 2 comments

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 avatar May 30 '22 16:05 buzzwin

@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 avatar Jun 06 '22 03:06 jacobworrel

@jacobworrel just wondering if you've been able to review this PR yet?

dg-robinson avatar Jul 19 '22 15:07 dg-robinson