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
With npm 9.8.1 and node v18.18.0 (but same thing with npm 10.1.0 and node v20.7.0)
I can open Storybook (with Mac / Chrome) but as soon as I click somewhere in the page, it becomes unresponsive and crash.
chunk-NBCGHFLK.js:2
Warning: Maximum update depth exceeded.
This can happen when a component calls setState inside useEffect,
but useEffect either doesn't have a dependency array,
or one of the dependencies changes on every render.
in Unknown (created by Downshift2)
in div
in Unknown (created by Downshift2)
in div (created by Styled(div))
in Styled(div) (created by Downshift2)
in Downshift2
in Unknown
in div (created by Styled(div))
in Styled(div) (created by Spaced)
in Spaced (created by Styled(Spaced))
in Styled(Spaced)
in div (created by ForwardRef(F2))
in div (created by ForwardRef(F2))
in ForwardRef(F2) (created by Scroller)
in Suspense (created by Scroller)
in Scroller (created by Styled(Scroller))
in Styled(Scroller)
in nav (created by Styled(nav))
in Styled(nav)
in Unknown
in Unknown (created by ManagerConsumer)
in ManagerConsumer
in Unknown (created by Layout)
in div (created by Styled(div))
in Styled(div) (created by Sidebar)
in Sidebar (created by Layout)
in Layout (created by WithTheme(Layout))
in WithTheme(Layout)
in Unknown (created by App)
in div (created by Styled(div))
in Styled(div) (created by App)
in App
in ThemeProvider
in Unknown (created by ManagerConsumer)
in ManagerConsumer (created by Manager)
in EffectOnMount (created by Manager)
in Manager (created by QueryLocation)
in QueryLocation (created by Main2)
in Main2 (created by Root4)
in Router (created by LocationProvider)
in LocationProvider (created by Root4)
in HelmetProvider (created by Root4)
in Root4
The text was updated successfully, but these errors were encountered:
ericledonge
changed the title
Storybook is crashing
Storybook is crashing with npm install
Sep 23, 2023
irevdev
pushed a commit
to rvise-au/rvise-ui-library
that referenced
this issue
Mar 27, 2024
With npm 9.8.1 and node v18.18.0 (but same thing with npm 10.1.0 and node v20.7.0)
I can open Storybook (with Mac / Chrome) but as soon as I click somewhere in the page, it becomes unresponsive and crash.
The text was updated successfully, but these errors were encountered: