Skip to content

Commit 53ff341

Browse files
committed
create local variable in last method call
fixes #4
1 parent a999273 commit 53ff341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MemoryView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ export const MemoryView = () => {
415415
}
416416
}
417417
},
418-
[reactFlowInstance]
418+
[reactFlowInstance, lastMethodCall]
419419
);
420420

421421
return (

0 commit comments

Comments
 (0)