react-native-windows
react-native-windows copied to clipboard
Typecast issue for RuntimeSamplingProfileTraceEventSerializer.cpp
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
https://github.com/facebook/react-native/commit/b58c2ffd7211bf9cf4e296fc94674e06ed68176d
Forked files
No response
Upstream PR in react-native
No response
Build Configuration
None