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
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android
What happened?
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
Reproduction steps
Reproduction sample
I cant do this
Relevant log output
No response