Add support to React19
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! π
@kestarumper @piotrpospiech Any update on this?
Hi, thank you for letting us know. We are in the middle of finalizing release of uniforms v4. I will ensure if there are no issues with the package and tests and come back with the answer at the end of the month. If everything goes smoothly, we will include this change in the new version.
We tested React 19 upgrade (draft PR is available here #1398). During testing, problems were found with critical parts of the uniform package. We need more time to investigate and fix them. We decided to postpone React 19 support to the 4.x version.
up?
updates?