dillon1000/react
Commit
Browse files 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.
Changed paths3 files
First-parent comparisonsrc/core/ReactNativeComponent.js ModifiedM src/core/__tests__/ReactNativeComponent-test.js ModifiedM src/dom/CSSPropertyOperations.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…