We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37acf84 commit ac472b2Copy full SHA for ac472b2
1 file changed
src/components/DocsLayout.tsx
@@ -87,6 +87,7 @@ function useCurrentFramework(frameworks: Framework[]) {
87
}
88
89
navigate({
90
+ to: '.',
91
params: (prev) => ({
92
...prev,
93
framework,
@@ -159,6 +160,7 @@ function useCurrentVersion(versions: string[]) {
159
160
const setVersion = React.useCallback(
161
(version: string) => {
162
163
164
165
166
version,
0 commit comments