dillon1000/react

Commit

Unbreaking falsy check on style values

Style values can be the number zero which is an actual value. So we check for
null instead. The empty string case falls through.
Browse files
Changed paths3 files
First-parent comparison
M src/core/ReactNativeComponent.js ModifiedM src/core/__tests__/ReactNativeComponent-test.js ModifiedM src/dom/CSSPropertyOperations.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…