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
I have a Storybook component library where I created a Bottom Sheet component. When I export this component from a different export file where I'm exporting every other component I get the ` ERROR Warning: RangeError: Maximum call stack size exceeded
This error is located at:
in App (created by withDevTools(App))`
It happens as soon as I introduce this library import. Even with a clean component that does nothing as soon as I import this it crashes with that error