dillon1000/react
Commit
Browse files Remove Unnecessary DOM Mutations
This fixes an edge case that can cause unnecessary mutations in the DOM. Namely, if a prop is falsey, it will get touched on every update by reconciliation. See unit test.
Changed paths2 files
First-parent comparisonsrc/core/ReactNativeComponent.js ModifiedM src/core/__tests__/ReactNativeComponent-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…