Skip to content

[Bug]: Maximum call stack exceeded when exporting a UI library component that contains bottom sheet import  #2027

@frankoprifti

Description

@frankoprifti

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

  • Create a component file that uses this library
  • Export the component from another index file

Reproduction sample

I cant do this

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinginvalidThis doesn't seem right

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions