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
@franky47 Ahh, I'm using Node v22.12.0. I installed Node 20 and it works. Node 22+ is broken. It seems this is upstream remix-run/react-router#12475 . I installed Node v22.9.0 as in the reporter and it works as expected.
Context
What's your version of
nuqs
?What framework are you using?
Which version of your framework are you using?
Description
Error: useNavigate() may be used only in the context of a component. This comes from use of useQueryState.
Reproduction
https://github.com/ZipBrandon/rr7-nuqs
Example: Steps to reproduce the behavior:
npm i && npm run dev
The text was updated successfully, but these errors were encountered: