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 4704cc2 commit 0f4bdc4Copy full SHA for 0f4bdc4
src/components/versionSelector/index.tsx
@@ -62,7 +62,7 @@ export function VersionSelector({versions, sdk}: {sdk: string; versions: string[
62
pathVersion !== storedSelection &&
63
versions.includes(storedSelection)
64
) {
65
- // router.replace(getVersionedPathname(storedSelection));
+ router.replace(getVersionedPathname(storedSelection));
66
}
67
}, [
68
getCurrentVersion,
0 commit comments