chromaui / storybook-addon-pseudo-states

CSS pseudo-classes for Storybook
MIT License
88 stars 28 forks source link

Infinite recursion in Storybook rendering process coming from `rewriteStylesheet()` function #62

Closed oscard0m closed 1 year ago

oscard0m commented 1 year ago

Description

There seems to be some infinite recursion for the rewriteStylesheet() function. The scenario where this occurs is described in detail here.

Context

oscard0m commented 1 year ago

We were using a fork of this addon by mistake 😵‍💫 : @hover/storybook-addon-pseudo-states instead of storybook-addon-pseudo-states.

The official addon seems to work properly. In case the issue pops up again with this addon I will re-open this issue.

Sorry for the confusion.