-
-
Notifications
You must be signed in to change notification settings - Fork 61
New version picker for stable #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
* added version switch * added changeset
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Don't merge yet as we're still need to adjust 1-2 env variables for the NEXT deployment. |
import { VERSIONS, CURRENT_VERSION } from '@/utils/constants' | ||
import type { VersionData } from '@/types' | ||
|
||
const getItemLabel = ({ version }: { version: VersionData }) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the argument can be simplified to (version: VersionData)
I think it's actually correct as the menu disabled any interaction with everything not the menu. |
No description provided.