-
title says it all. wonder if i need to find a specific version of nuqs to target our codebase. we're planning on upgrading our router but for now we're stuck on v5. |
Beta Was this translation helpful? Give feedback.
Answered by
franky47
May 22, 2025
Replies: 1 comment 1 reply
-
Not in its present form, the React Router v6 adapter leverages It might be possible to write a custom adapter for React Router 5, but this is not something I'm planning on supporting (last 2 majors is the policy). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
franky47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not in its present form, the React Router v6 adapter leverages
useSearchParams
anduseNavigate
, which were not available in React Router 5.It might be possible to write a custom adapter for React Router 5, but this is not something I'm planning on supporting (last 2 majors is the policy).