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
In the upstream ReactCommon NativeDOM.cpp there are some implicit casts from doubles to PointerIdentifiers (int32_t) which flag as warnings for us. In the integration we disabled warnings, but that causes BinSkim to complain and fail our builds.
I fixed the issue by creating an override and performing the cast, but this issue should be resolved upstream.
Link to the integration where the error originated
Problem Description
In the upstream ReactCommon NativeDOM.cpp there are some implicit casts from doubles to PointerIdentifiers (int32_t) which flag as warnings for us. In the integration we disabled warnings, but that causes BinSkim to complain and fail our builds.
I fixed the issue by creating an override and performing the cast, but this issue should be resolved upstream.
Link to the integration where the error originated
#14092
Link to commit
facebook/react-native@0267ca0
Forked files
ReactCommon\react\nativemodule\dom\NAtiveDOM.cpp
Upstream PR
facebook/react-native#48578
Build Configuration
None
The text was updated successfully, but these errors were encountered: