-
Notifications
You must be signed in to change notification settings - Fork 201
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
[react-native + automatic jsx transform] RangeError: Maximum call stack size exceeded #222
Comments
Can't help but I can report I have the same issue on my projet. |
Ran into this issue using Node.js v16.13.0, React 17.0.1, RN 0.64.3. Tried again using Node.js v14.17.5 and |
I have same problem RN 0.66.3, React 17.0.2, why-did-you-render 7.0.1 |
I have the same problem RN 0.66.4, React 17.0.2, WDYR 7.0.1 and fix with downgrading node version didn't help 😞 |
not working either with RN |
Hey,
cc: @vzaidman |
Hi,
Before we used
why-did-you-render
without automatic jsx transform and it worked good. However, after addingbabel-plugin-transform-react-jsx
the library doesn't seem to be working. I've tried to do everything as per readme, but since the project is written inreact-native
I had to change some lines of code. Here is my config:And I'm getting
RangeError: Maximum call stack size exceeded
error 😔 (stacktrace is below)I'm pretty sure I'm missing something important but I can not understand what's exactly 🙂 I hope you will give a direction for further investigation, because I've tried everything that is possible and it still doesn't work.
Thank you for your help in advance!
The text was updated successfully, but these errors were encountered: