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
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-lib version 7.34.0
Install dependencies using pnpm
Encounter RangeError: Maximum call stack size exceeded error
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
The text was updated successfully, but these errors were encountered:
Description
After updating to version
7.34.0
ofreact-native-ui-lib
and installing with pnpm, the application throws aRangeError: Maximum call stack size exceeded
. I believe this is due toreact-native-ui-lib
being added as a dependency within itself, which may cause a cyclic dependency issue.Related to
Steps to Reproduce
react-native-ui-lib
version7.34.0
RangeError: Maximum call stack size exceeded
errorExpected 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
Affected Platforms
The text was updated successfully, but these errors were encountered: