We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b222c2 commit 0ffc2f1Copy full SHA for 0ffc2f1
packages/core/src/components/Nodes/NodeWrapper.vue
@@ -94,7 +94,7 @@ onUpdateNodeInternals((updateIds) => {
94
95
watchEffect(
96
(onCleanup) => {
97
- if (!node.hidden) {
+ if (!node.hidden && nodeElement.value) {
98
props.resizeObserver.observe(nodeElement.value as HTMLDivElement)
99
100
onCleanup(() => props.resizeObserver.unobserve(nodeElement.value as HTMLDivElement))
0 commit comments