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 3767586 commit 3b9860aCopy full SHA for 3b9860a
src/actions/components.ts
@@ -87,7 +87,7 @@ export const deleteComponent = ({
87
}) => (dispatch: (arg: Action) => void) => {
88
// find all places where the "to be deleted" is a child and do what u gotta do
89
stateComponents.forEach((parent: ComponentInt) => {
90
- parent.childrenArrayChildInt
+ parent.childrenArray
91
.filter((child: ChildInt) => child.childComponentId === componentId)
92
.forEach((child: ChildInt) => {
93
dispatch({
0 commit comments