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
@ghengeveld The same error still appears with 4.0.2
In my case, the issue arises when storybook-addon-pseudo-states is used in combination with certain pseudo-state specifiers that are not placed at the beginning of the class name. For example:
❌ dark:hover:bg-white/5
✅ hover:dark:bg-white/5
When the pseudo-state is placed at the front, the issue disappears.
Reporting issue again to plugin
storybookjs/storybook#24283
The text was updated successfully, but these errors were encountered: