From 28cb081a4ea51b2952de97ab34d6b4d22cd9b555 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:15:57 +0100 Subject: [PATCH] chore(changeset): add --- .changeset/pretty-ducks-sort.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/pretty-ducks-sort.md 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.