dillon1000/react

Commit

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.)
Browse files
Changed paths1 file
First-parent comparison
M src/core/ReactNativeComponent.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…