From c339058dcd3d6d1b6d6952aeb88d011dee106288 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:50:17 +0100 Subject: [PATCH] chore(changeset): add --- .changeset/chilly-cameras-smile.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilly-cameras-smile.md diff --git a/.changeset/chilly-cameras-smile.md b/.changeset/chilly-cameras-smile.md new file mode 100644 index 00000000..7c07b071 --- /dev/null +++ b/.changeset/chilly-cameras-smile.md @@ -0,0 +1,5 @@ +--- +"@vue-flow/core": patch +--- + +Use separate interfaces for Edge- and NodeEvents and extend FlowEmit interface from them. Fixes edge events overwriting node event definitions when types are created.