We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f2856 commit d7481eaCopy full SHA for d7481ea
.github/ISSUE_TEMPLATE/bug_report.md
@@ -13,7 +13,7 @@ assignees: ''
13
What's your version of `nuqs`?
14
15
```
16
--> Paste result from `cat package.json | grep -e nuqs -e next-usequerystate` here
+-> Paste result from `cat package.json | grep -e nuqs` here
17
18
19
Next.js information (obtained by running `next info`):
README.md
@@ -34,11 +34,6 @@ yarn add nuqs
34
npm install nuqs
35
36
37
-> Note: the package is moving to a new name: `nuqs` :tada:
38
->
39
-> The 1.x versions will also be available under `next-usequerystate`,
40
-> but 2.x onwards will only be published under `nuqs`.
41
-
42
### Which version should I use?
43
44
| Next.js version range | Supported `nuqs` version |
0 commit comments