Skip to content

Commit a3da934

Browse files
committed
doc: Add disclaimer about router support
1 parent 1e72e95 commit a3da934

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/docs/content/docs/adapters.mdx

+11
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ export function ReactRouter() {
127127
}
128128
```
129129

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+
130138
## React Router v7
131139

132140
```tsx title="app/root.tsx"
@@ -151,6 +159,9 @@ export default function App() {
151159

152160
Please pin your imports to the specific version,
153161
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.
154165
</Callout>
155166

156167
## Testing

0 commit comments

Comments
 (0)