Which version to use if I am on NextJS v13.1.0? #371
Answered
by
franky47
alan-automationworks
asked this question in
General
-
I cannot yet upgrade to NextJS version 13.4, and I'd like to use this library. Which version should I use if I am on 13.1.0 using the |
Beta Was this translation helpful? Give feedback.
Answered by
franky47
Nov 17, 2023
Replies: 1 comment 2 replies
-
I'm not sure if 13.1 has the If you go for the latest version and ignore peerDependencies warnings, does it work? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran the e2e test suite against Next.js 13.1.0 and 13.1.5 using the latest next-usequerystate (1.12.0), it works fine (both in app and pages routers), apart from the scroll option not being available on the app router interface in those versions of Next.js, so scroll control may not work as described in the docs.