Evgeniy.lyahov
Results
1
comments of
Evgeniy.lyahov
@nmn in my case code below throws same error when I use storybook ```typescript import * as stylex from "@stylexjs/stylex"; export const spacing = stylex.defineVars({ 3: '12px', }); const styles...