dillon1000/react
Commit
Browse files Unnecessary `this._rootNodeID` Invariant
Summary: This invariant is unnecessary because `ReactComponent.Mixin.receiveProps` already asserts that this component is mounted. (Being mounted guarantees you have a DOM ID, look at `ReactComponent` and see when `this._rootNodeID` is mutated.)
Changed paths1 file
First-parent comparisonsrc/core/ReactNativeComponent.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…