You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(react-tokens): emit valid modules for reserved-word token names
The new switch component tokens produce a `switch` module, and the
generator emitted `export const switch = ...`, which is a syntax error
that breaks every consumer of the token files (including the docs
client build). Reserved words now get a prefixed local binding that is
re-exported under the original name, so the public API is unchanged.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments