-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: After upgrade to 7.4.4
browser hangs
#24273
Comments
Tested with |
Same issue here. |
Same issue, logged in the console every ~500ms (all stories):
|
I just moved our storybook back down to 7.4.3 as well and have had zero issues. |
Same issue here, seems like the issue is related to PostCSS, once I remove the addon Storybook works again in 7.4.4 Downgraded to 7.4.3 and started working again, this seems like a pretty big problem affecting all Tailwind users! |
I removed the a11y plugin and it seemed to do the trick. |
Pardon me, I meant @storybook/addon-styling rather than PostCSS. |
We are also experiencing the same issue with 7.4.4, and this is the list of addons we have:
Removing Either that, or downgrading back to |
I can confirm also that |
I'm also hitting this issue. Based on the error message in the console, I'm guessing it was this change in the |
Its fixed with |
Thanks @MarcelKnobelsdorf :) Can confirm that |
That did it! Thank you @MarcelKnobelsdorf. |
Confirmed! Thank you! |
* refactor(components): move components into single entry point * refactor(components): move primitives into the universal entry point * refactor(examples): update apps to use new entry points * fix(storybook): disable a11y addon temporarily * fix(examples): correctly use ESM resolution with TypeScript * docs(usage): update TS ESM resolution details * fix(storybook): update introduction story imports * build(deps): upgrade dependencies * chore(storybook): enable '@storybook/addon-a11y' (storybookjs/storybook#24273) * docs(usage): add required dependencies to install instructions * fix(tests): fix broken tests * fix(numberInput): fix stepper icon rendering issues * refactor(storybook): update component organization * refactor(recipes): update recipes to use ark anatomy when applicable * refactor(stat): update storybook directory * refactor(numberInput): update component to allow for correct focus styles downstream * fix(globalCss): remove explicit typing * fix: fix button TS issues, fix 'NumberInput' tests * refactor(accordion): update accordion recipe * build(deps): updata pandacss dependency * refactor(drawer): update recipe * refactor(flyout): update recipe * refactor(radioGroup): update recipe * refactor(tooltip): update component * fix: temporarily fix portal and/or ref issue for certain components * refactor(modal): update recipe * refactor(examples): add use client directive to 'CardDemo' * ci(changesets): add changeset for library structure refactor * ci(changsets): prefix changeset with 'Breaking:' * fix: update component and test structures * fix: update nextJS enhanced image to have persistent sizes prop value * fix: update 'Flyout' component to fix DOM nesting issue * refactor(tooltip): update primitive trigger props * chore(card): add TODO and 'use client' directive back to 'CardDemo' component --------- Co-authored-by: Brian Cooper <[email protected]>
Describe the bug
I upgraded to the latest version (
7.4.4
) withnpx storybook@latest upgrade
and now it's unusable.After any interaction (theme switching or trying to visit another story) browser shows me the
Page Unresponsive
modal.On
7.4.1
everything works like a charm.To Reproduce
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: