wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.57k stars 715 forks source link

RangeError: Maximum call stack size exceeded after updating to 7.34.0 using pnpm #3363

Open MohammedFaragallah opened 2 weeks ago

MohammedFaragallah commented 2 weeks ago

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

Steps to Reproduce

  1. Update to react-native-ui-lib version 7.34.0
  2. Install dependencies using pnpm
  3. 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

Affected Platforms

brycelund commented 1 week ago

I'm also seeing this error. Downgraded to 7.33.0 fixed it for now.