diff --git a/.changeset/odd-months-clap.md b/.changeset/odd-months-clap.md new file mode 100644 index 00000000..83f323fe --- /dev/null +++ b/.changeset/odd-months-clap.md @@ -0,0 +1,5 @@ +--- +"@vue-flow/core": patch +--- + +When updating nodes or edges by overwriting the original array, update the nodes and edges in the state by using them as the target for `Object.assign`. This keeps reference in-tact and ensures reactivity when these objects are changed/updated