Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
7 tasks
MohammedFaragallah opened this issue Nov 6, 2024 · 3 comments
Labels
bug a bug in one of the components

Comments

@MohammedFaragallah
Copy link

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

  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

  • React Native version: expo sdk51
  • React Native UI Lib version: 7.34.0

Affected Platforms

  • Android
  • iOS
  • Web
@MohammedFaragallah MohammedFaragallah added the bug a bug in one of the components label Nov 6, 2024
@brycelund
Copy link

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

@aimz-yeah
Copy link

aimz-yeah commented Jan 16, 2025

Getting this in npm

npm i [email protected]
npm error Cannot read properties of null (reading 'children')
npm error A complete log of this run can be found in ...

7.34.6 works for me however. Assume this is just gonna tail a minor version behind current until fixed?

@MohammedFaragallah
Copy link
Author

I just tried one 7.35.0 it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in one of the components
Projects
None yet
Development

No branches or pull requests

3 participants