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
Currently the upgrade cli formats classes in a way that is no longer compatible with v3 for example replacing outline-none with outline-hidden
These changes make your classes stop working for users still using v3 which is a big problem for component libraries.
Instead I suggest keeping the classes in the format that still works in v3.
Users still using v3 could easily overcome the other breaking changes by updating their config, for example adding the theme tokens for ring, rounded-sm, rounded-xs, etc
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the upgrade cli formats classes in a way that is no longer compatible with v3 for example replacing outline-none with outline-hidden
These changes make your classes stop working for users still using v3 which is a big problem for component libraries.
Instead I suggest keeping the classes in the format that still works in v3.
Users still using v3 could easily overcome the other breaking changes by updating their config, for example adding the theme tokens for ring, rounded-sm, rounded-xs, etc
Beta Was this translation helpful? Give feedback.
All reactions