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
+1 -1
View File
@@ -125,7 +125,7 @@ export default NodeComponent => {
});
WrappedComp.displayName = 'Wrapped Node';
WrappedComp.whyDidYouRender = true;
WrappedComp.whyDidYouRender = false;
return WrappedComp;
};