File tree 1 file changed +11
-0
lines changed
packages/docs/content/docs
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,14 @@ export function ReactRouter() {
127
127
}
128
128
```
129
129
130
+ <Callout >
131
+
132
+ Only ` BrowserRouter ` is supported. There may be support for ` HashRouter `
133
+ in the future (see issue [ #810 ] ( https://github.com/47ng/nuqs/issues/810 ) ), but
134
+ support for ` MemoryRouter ` is not planned.
135
+
136
+ </Callout >
137
+
130
138
## React Router v7
131
139
132
140
``` tsx title="app/root.tsx"
@@ -151,6 +159,9 @@ export default function App() {
151
159
152
160
Please pin your imports to the specific version,
153
161
eg: ` nuqs/adapters/react-router/v6 ` or ` nuqs/adapters/react-router/v7 ` .
162
+
163
+ The main difference is where the React Router hooks are imported from:
164
+ ` react-router-dom ` for v6, and ` react-router ` for v7.
154
165
</Callout >
155
166
156
167
## Testing
You can’t perform that action at this time.
0 commit comments