Skip to content

Commit 3b86cb1

Browse files
committed
Merge pull request facebook#6177 from yuanyan/patch-1
Remove dead code.
2 parents 1dc705a + 45a321d commit 3b86cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/shared/reconciler/ReactCompositeComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ var ReactCompositeComponentMixin = {
630630
if (this._pendingElement != null) {
631631
ReactReconciler.receiveComponent(
632632
this,
633-
this._pendingElement || this._currentElement,
633+
this._pendingElement,
634634
transaction,
635635
this._context
636636
);

0 commit comments

Comments
 (0)