storybook-addon-pseudo-states
storybook-addon-pseudo-states copied to clipboard
[Bug]: Failed to execute 'insertRule' on 'CSSStyleSheet' : Storybook 7.4.3 + TailwindCSS
Reporting issue again to plugin
https://github.com/storybookjs/storybook/issues/24283
Update ?
I am having the same problem even after release 3.1.1
@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.