Problem Description
auto profileId = profileIdGenerator.getNext();
-->
auto profileId = static_cast<RuntimeProfileId>(profileIdGenerator.getNext());
Link to the integration PR where the error originated
#15261
Link to react-native
commit
facebook/react-native@b58c2ff
Forked files
No response
Upstream PR in react-native
No response
Build Configuration
None