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

Warnings when using react-useportal with React 18.x - Plans for updating peerDeps?

Open nitelite opened this issue 3 years ago • 1 comments

I have a sizable project where I used react-useportal in a few places, and now I am working on upgrading it from running React 17.9 to React 18.2.

Are there any plans for verifying this package's functionality on React 18.x and adding the version to the peerDependencies? Right now I am getting some warnings etc about missing peerDependencies because my React version is "too new".

nitelite avatar Jul 15 '22 15:07 nitelite

Yes, please make it compatible with React v18 image

shestakov-vladyslav avatar Jul 27 '22 14:07 shestakov-vladyslav

I've submitted a PR for this: https://github.com/alex-cory/react-useportal/pull/84.

huwshimi avatar Sep 28 '22 00:09 huwshimi