react-aria-modal icon indicating copy to clipboard operation
react-aria-modal copied to clipboard

Support for React 17/18

Open LukaszGrela opened this issue 2 years ago • 5 comments

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?

LukaszGrela avatar Apr 12 '22 09:04 LukaszGrela

Maybe create a PR?

votemike avatar May 31 '22 09:05 votemike

PR here: https://github.com/davidtheclark/react-aria-modal/pull/127

themagickoala avatar Jun 07 '22 10:06 themagickoala

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.

sfiggins avatar Jul 08 '22 16:07 sfiggins

Can you please prioritise this PR. Really need it.

pkletsko avatar Aug 17 '22 08:08 pkletsko

Is there any progress with this issue? My team needs it as well.

MBondarchuk-dev avatar Sep 05 '22 08:09 MBondarchuk-dev