diff --git a/.changeset/wicked-fans-kneel.md b/.changeset/wicked-fans-kneel.md new file mode 100644 index 00000000..a8dbe05f --- /dev/null +++ b/.changeset/wicked-fans-kneel.md @@ -0,0 +1,5 @@ +--- +"@vue-flow/core": patch +--- + +Watch `applyDefault` state in `useVueFlow` scope instead of component scope otherwise adding nodes/edges to the state is impossible until the `VueFlow` component has mounted unless the changes handlers are explicitly bound by the user.