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.
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
defineVars type check broken when use number
Should not broken type check
Just definVar with number value
import * as stylex from '@stylexjs/stylex' import { type VarGroup } from '@stylexjs/stylex' export type ZIndex = Readonly<{ appBar: number, drawer: number, backdrop: number, fab: number, mobileStepper: number, modal: number, snackbar: number, speedDial: number, tooltip: number, }> export const zIndex: VarGroup<ZIndex> = stylex.defineVars({ appBar: 1100, drawer: 1200, backdrop: 1201, fab: 1050, mobileStepper: 1000, modal: 1300, snackbar: 1400, speedDial: 1050, tooltip: 1500, })
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue
defineVars type check broken when use number
Expected behavior
Should not broken type check
Steps to reproduce
Just definVar with number value
Test case
No response
Additional comments
No response
The text was updated successfully, but these errors were encountered: