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
I have updated my ReactNavite from "react-native": "0.72.12", to "react-native": "0.75.3".
On version 0.75.3 I use dynamic imports modules and use React lazy/suspense components. If I load ~ more than 10 dynamic imports, I see long loading each imports and than <--- JS stacktrace ---> FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory.
Same case was working good on "react-native": "0.72.12".
Maybe it's bug. But I'm not sure.
I have updated my ReactNavite from "react-native": "0.72.12", to "react-native": "0.75.3".
On version 0.75.3 I use dynamic imports modules and use React lazy/suspense components. If I load ~ more than 10 dynamic imports, I see long loading each imports and than
<--- JS stacktrace ---> FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
.Same case was working good on "react-native": "0.72.12".
node v20.8.0
My relative dependencies
My metro.config.js
The text was updated successfully, but these errors were encountered: