You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is it possible to add support for React 19 with pages router?
I mean the peerDependencies fails on every install without using the --force.
I tested this package with React 19 on Next 15 pages router and everything works great. There are some tests issues to resolve in the package before it can be built. Do you have time to work on this? Probably, this will need a bump of some deps to remove warnings and potential future breaks.
Edit: Tests are not working correctly on the 2.x.x branch, so it doesn't matter to fix them but they started passing (all of them) after updating to a higher version.
The text was updated successfully, but these errors were encountered:
I wish to do it @martinkr but I am unable to build 2.x.x branch neither main.
I fixed the package.json file (duplicated and wrong next dependencies) and missing hash property type in the LinkWithLocale but without success. Whenever I am close to building it, I am blocked by this tslib error:
edit: nevermind, I put resolutions for [email protected] and it built successfully on the main branch. Maybe it's possible to fix this build process
Hi, is it possible to add support for React 19 with pages router?
I mean the
peerDependencies
fails on every install without using the--force
.I tested this package with React 19 on Next 15 pages router and everything works great. There are some tests issues to resolve in the package before it can be built. Do you have time to work on this? Probably, this will need a bump of some deps to remove warnings and potential future breaks.
Edit: Tests are not working correctly on the
2.x.x
branch, so it doesn't matter to fix them but they started passing (all of them) after updating to a higher version.The text was updated successfully, but these errors were encountered: