refactor(wrapNode): remove log
This commit is contained in:
@@ -265,7 +265,7 @@ export default (NodeComponent: ComponentType<NodeComponentProps>) => {
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
}, [id]);
|
}, [id]);
|
||||||
console.log(isHidden);
|
|
||||||
if (isHidden) {
|
if (isHidden) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user