Skip to content

Add support to React19 #1396

@therockerline

Description

@therockerline

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! 🙏

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status

To do

Relationships

None yet

Development

No branches or pull requests

Issue actions