react-aria-modal
react-aria-modal copied to clipboard
Support for React 17/18
I'm working with React 18 and when I tried to install this module I was reported:
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.0 || ^16.0.0" from [email protected]
Would you support React 17/18?
Maybe create a PR?
PR here: https://github.com/davidtheclark/react-aria-modal/pull/127
I am +1 for this PR. My current workaround is to set legacy peer deps to true in my project's .npmrc.
npm config set legacy-peer-deps=true --location=project
But a simple 4.0.2 release with this one change would be appreciated.
Can you please prioritise this PR. Really need it.
Is there any progress with this issue? My team needs it as well.