From 0c25796967dec49ad9ba5ecce99c7e0bdc0c29aa Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 5 Jan 2023 12:23:34 +0100 Subject: [PATCH] chore: add changeset Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/loud-wasps-care.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/loud-wasps-care.md diff --git a/.changeset/loud-wasps-care.md b/.changeset/loud-wasps-care.md new file mode 100644 index 00000000..9ec9b0ed --- /dev/null +++ b/.changeset/loud-wasps-care.md @@ -0,0 +1,5 @@ +--- +'@vue-flow/core': patch +--- + +Fix type exports using path alias instead of relative paths, which causes types to not be inferred on user-side