-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Closed
Copy link
Labels
buga bug in one of the componentsa bug in one of the components
Description
Description
After updating to version 7.34.0 of react-native-ui-lib and installing with pnpm, the application throws a RangeError: Maximum call stack size exceeded. I believe this is due to react-native-ui-lib being added as a dependency within itself, which may cause a cyclic dependency issue.
Related to
- Components
- Demo
- Docs
- Typings
Steps to Reproduce
- Update to
react-native-ui-libversion7.34.0 - Install dependencies using pnpm
- Encounter
RangeError: Maximum call stack size exceedederror
Expected Behavior
Actual Behavior
More Information
Code Snippet
If relevant, add a code snippet that reproduces the issue here.
// Example code (if applicable)Screenshots/Video
If applicable, add screenshots or a video to help explain the issue.
Environment
- React Native version: expo sdk51
- React Native UI Lib version: 7.34.0
Affected Platforms
- Android
- iOS
- Web
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buga bug in one of the componentsa bug in one of the components