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 e071f65 commit e12191eCopy full SHA for e12191e
src/components/versionSelector/index.tsx
@@ -70,6 +70,7 @@ export function VersionSelector({versions, sdk}: {sdk: string; versions: string[
70
getVersionedPathname,
71
pathname,
72
router,
73
+ versions,
74
]);
75
76
const handleVersionChange = (newVersion: string) => {
0 commit comments