Description
Hi folks 👋 Can you have a quick look at this issue I've opened in react-native-webview repo (especially my second message there)? I was troubleshooting it crashing my app if I enable the new arch and run it in dev (and only in dev mode — no crash in the release one); and I seemingly traced it down to an assertion tripped inside RN core's RawPropsKeyMap.cpp, if I use a property which name is 38 symbols long... and I have no issue if I just shorten the property name down to 10 symbols... and from a brief look at the RN code, it seems the current prop name limit is supposed to be 64 symbols. Soo... my current impression, it is either I found a bug in RN core, or RN does not gracefully report a component violating some internal limit.
React Native Version
0.72.4
Output of npx react-native info
N/A
Steps to reproduce
N/A
Snack, code example, screenshot, or link to a repository
N/A
Description
Hi folks 👋 Can you have a quick look at this issue I've opened in react-native-webview repo (especially my second message there)? I was troubleshooting it crashing my app if I enable the new arch and run it in dev (and only in dev mode — no crash in the release one); and I seemingly traced it down to an assertion tripped inside RN core's
RawPropsKeyMap.cpp, if I use a property which name is 38 symbols long... and I have no issue if I just shorten the property name down to 10 symbols... and from a brief look at the RN code, it seems the current prop name limit is supposed to be 64 symbols. Soo... my current impression, it is either I found a bug in RN core, or RN does not gracefully report a component violating some internal limit.React Native Version
0.72.4
Output of
npx react-native infoN/A
Steps to reproduce
N/A
Snack, code example, screenshot, or link to a repository
N/A