We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd1a6a commit 699078cCopy full SHA for 699078c
packages/docs/content/docs/adapters.mdx
@@ -86,8 +86,8 @@ createRoot(document.getElementById('root')!).render(
86
)
87
```
88
89
-Note: because there is no known server in this configuration, options
90
-like [`shallow: false{:ts}`](./options#shallow) will have no effect.
+Note: because there is no known server in this configuration, the
+[`shallow: false{:ts}`](./options#shallow) option will have no effect.
91
92
Since `nuqs@2.4.0`, you can specify a flag to perform a full-page navigation when
93
updating query state configured with `shallow: false{:ts}`, to notify the web server
0 commit comments