alex-cory/react-useportal

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

nitelite opened this issue · 2 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".

Yes, please make it compatible with React v18
image

I've submitted a PR for this: #84.