Hello everyone! 👋
I'm using your library with React 19 and wanted to report that despite having to install it with --legacy-peer-deps there seems to be no problem.
I think it is enough to add the dependency to React19 in the various package.json of your library to make it all work without the --legacy-peer-deps flag.
Currently, packages.json specify peerDependencies as:
‘react’:‘^18.0.0 || ^17.0.0 || ^16.9.0’
and should be set to
‘react’:‘^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.9.0’
Thanks for maintaining this library! 🙏
Hello everyone! 👋
I'm using your library with React 19 and wanted to report that despite having to install it with
--legacy-peer-depsthere seems to be no problem.I think it is enough to add the dependency to React19 in the various package.json of your library to make it all work without the
--legacy-peer-depsflag.Currently, packages.json specify peerDependencies as:
‘react’:‘^18.0.0 || ^17.0.0 || ^16.9.0’and should be set to
‘react’:‘^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.9.0’Thanks for maintaining this library! 🙏