Skip to content

Commit 45a321d

Browse files
committed
Remove dead code.
1 parent f8046f2 commit 45a321d

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)