File tree 1 file changed +19
-10
lines changed
1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ labels: bug
6
6
assignees : ' '
7
7
---
8
8
9
- <!-- Please read and follow the issue template. Issues submitted without a reproduction and context will take longer to resolve. -->
9
+ <!--
10
+ Please read and follow the issue template.
11
+ Issues submitted without a reproduction and context
12
+ will take longer to resolve.
13
+ -->
10
14
11
15
## Context
12
16
@@ -16,19 +20,24 @@ What's your version of `nuqs`?
16
20
-> Paste result from `cat package.json | grep -e nuqs` here
17
21
```
18
22
19
- Next.js information (obtained by running ` next info ` ):
23
+ What framework are you using?
20
24
21
- ```
22
- -> Paste result from `next info` here
23
- ```
25
+ <!-- Keep whichever is relevant (✅: used, ❌ not used) -->
24
26
25
- Are you using:
27
+ - ✅/❌ Next.js (app router)
28
+ - ✅/❌ Next.js (pages router)
29
+ - ✅/❌ React SPA (no router)
30
+ - ✅/❌ Remix
31
+ - ✅/❌ React Router
32
+ - ✅/❌ Other (please specify)
26
33
27
- <!-- Keep whichever is relevant (✅: used, ❌ not used) -->
34
+ Which version of your framework are you using?
28
35
29
- - ✅/❌ The app router
30
- - ✅/❌ The pages router
31
- - ✅/❌ The ` basePath ` option in your Next.js config
36
+ <!-- Note: Next.js information can obtained by running `next info` -->
37
+
38
+ ```
39
+ -> Paste the relevant framework versions from your package.json here
40
+ ```
32
41
33
42
## Description
34
43
You can’t perform that action at this time.
0 commit comments