Files
vue-flow/.changeset/wicked-fans-kneel.md
T
2023-07-24 23:46:59 +02:00

6 lines
269 B
Markdown

---
"@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.