diff --git a/.changeset/pretty-ducks-sort.md b/.changeset/pretty-ducks-sort.md new file mode 100644 index 00000000..95942a13 --- /dev/null +++ b/.changeset/pretty-ducks-sort.md @@ -0,0 +1,5 @@ +--- +"@vue-flow/core": patch +--- + +Revert extending FlowEmits from separate interfaces for nodes and edges as it breaks event definitions for the actual component, causing warnings that the event was emitted by isn't defined.