Target Branch
0.87
Link to commit or PR to be picked
react/react-native@0fc76bb
Description
Strict TypeScript API: Fixes a class of issue where optional members could not always receive undefined due to TS Strict differences with Flow. All translated types are now widened for maximum compatibility.
Thanks @t0maboro for raising this!
Target Branch
0.87
Link to commit or PR to be picked
react/react-native@0fc76bb
Description
Strict TypeScript API: Fixes a class of issue where optional members could not always receive
undefineddue to TS Strict differences with Flow. All translated types are now widened for maximum compatibility.Thanks @t0maboro for raising this!