react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Typecast issue for RuntimeSamplingProfileTraceEventSerializer.cpp

Open vineethkuttan opened this issue 3 months ago • 0 comments

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

vineethkuttan avatar Oct 16 '25 07:10 vineethkuttan