mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
Remove dead code.
This commit is contained in:
@@ -630,7 +630,7 @@ var ReactCompositeComponentMixin = {
|
||||
if (this._pendingElement != null) {
|
||||
ReactReconciler.receiveComponent(
|
||||
this,
|
||||
this._pendingElement || this._currentElement,
|
||||
this._pendingElement,
|
||||
transaction,
|
||||
this._context
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user