fix remove node observer and check on the result of getNode (#43)
* check removed node and its parent before collect * add more more checks on the result of getNode
This commit is contained in:
@@ -136,8 +136,7 @@ export type attributeMutation = {
|
||||
};
|
||||
|
||||
export type removedNodeMutation = {
|
||||
parentId?: number;
|
||||
parentNode?: Node;
|
||||
parentId: number;
|
||||
id: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user