There was an error while loading. Please reload this page.
1 parent 5876fd0 commit 35a2115Copy full SHA for 35a2115
src/CollectionNode.tsx
@@ -135,7 +135,7 @@ export const CollectionNode: React.FC<CollectionNodeProps> = (props) => {
135
showOnEdit,
136
showOnView,
137
showCollectionWrapper = true,
138
- } = useMemo(() => getCustomNode(customNodeDefinitions, nodeData), [])
+ } = useMemo(() => getCustomNode(customNodeDefinitions, nodeData), [data])
139
140
const childrenEditing = areChildrenBeingEdited(pathString)
141
0 commit comments