Override CSSHexColor.h
Problem Description
##[error]node_modules\react-native\ReactCommon\react\renderer\css\CSSHexColor.h(37,24): Error C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2>D:\a_work\1\s\node_modules\react-native\ReactCommon\react\renderer\css\CSSHexColor.h(37,24): error C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data [D:\a_work\1\s\vnext\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj] (compiling source file '../../node_modules/react-native/ReactCommon/react/renderer/components/view/BaseViewProps.cpp')
##[error]node_modules\react-native\ReactCommon\react\renderer\css\CSSHexColor.h(39,12): Error C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2>D:\a_work\1\s\node_modules\react-native\ReactCommon\react\renderer\css\CSSHexColor.h(39,12): error C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data [D:\a_work\1\s\vnext\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj] (compiling source file '../../node_modules/react-native/ReactCommon/react/renderer/components/view/BaseViewProps.cpp')
Link to the integration where the error originated
https://github.com/microsoft/react-native-windows/pull/14662/checks?check_run_id=42186482943
https://github.com/microsoft/react-native-windows/pull/14662/commits/1e95e70da847de142ee2e66c6ed7b28b0455424a#diff-c3d910c44e5b0bcf3ee0907e0c940b9556fc32a93384f2e6587cd692d2012935
Link to commit
https://github.com/facebook/react-native/pull/49280
Forked files
No response
Upstream PR
No response
Build Configuration
None
We've found some similar issues:
- #14665 , similarity score: 81%
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
Raised PR in upstream: https://github.com/facebook/react-native/pull/52496