-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Known issues & solutions / Version compatibility table #423
Comments
Versions concerned
Conditions
IssueHovering a SolutionUpgrade to Next.js 14.0.4. ContextIn We added a fix in Next.js in PR #58297, which landed in 14.0.3. |
Versions concerned
Conditions
IssueWhen navigating to a page via a SolutionsUpgrade Next.js to 14.0.4, or enable the ContextThe A fix was added by the Next.js team in vercel/next.js#58861, which landed in 14.0.4. |
Versions concerned
Conditions
IssueClicking an
SolutionsUpgrade Next.js to ContextThis issue is not related to The issue was raised in #498, and fixed in Next.js by vercel/next.js#62098, released in |
Opening a dedicated issue where I can post more details about known compatibility issues with Next.js features. Browse through the list of comments below to find matches with your Next.js version.
As a reminder, here's the compatibility list as stated in the README:
nuqs@latest
nuqs@^1
nuqs@^1
, with thewindowHistorySupport
experimental flag, see belownuqs@^1
next-usequerystate@1.7.3
Why this thread?
Since this library is tightly tied to the Next.js router internals, it tends to uncover bugs. Whenever possible, I'll try to propose fixes to the Next.js core when those issues arise.
Because this software is released with a different lifecycle than Next.js, there are bound to be compatibility issues with Next.js fixing a routing bug, and this library adapting. One case of this was the introduction of shallow routing via the
windowHistorySupport
experimental flag, which broke a few things innext@14.0.3
.This library is continuously tested against every new Next.js release, including canaries. See the action runs for more details. I explain how it's done on my blog.
This thread is an internal log of known issues for which there is a fix path, if you encounter something that doesn't look right, please open a dedicated issue with as much detail about your usage, that would help a lot, thanks!
The text was updated successfully, but these errors were encountered: