refactor(wdr): no logs

This commit is contained in:
moklick
2019-08-01 15:08:13 +02:00
parent 6b81436316
commit c6c65669e9
7 changed files with 29 additions and 11 deletions
+5 -1
View File
@@ -33111,6 +33111,8 @@
}
}, rest));
});
BaseHandle.displayName = 'BaseHandle';
BaseHandle.whyDidYouRender = false;
var NodeIdContext = React.createContext(null);
var Provider$1 = NodeIdContext.Provider;
@@ -33130,6 +33132,8 @@
onConnect: onConnect
}, props));
});
TargetHandle.displayName = 'TargetHandle';
TargetHandle.whyDidYouRender = false;
var SourceHandle = React.memo(function (props) {
var nodeId = React.useContext(NodeIdContext);
@@ -33395,7 +33399,7 @@
})))));
});
WrappedComp.displayName = 'Wrapped Node';
WrappedComp.whyDidYouRender = true;
WrappedComp.whyDidYouRender = false;
return WrappedComp;
});