From 7939ca84b3ba5b043d58dc8019f9da9415d7a359 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:50:35 +0100 Subject: [PATCH] chore(changeset): add --- .changeset/tasty-maps-return.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tasty-maps-return.md diff --git a/.changeset/tasty-maps-return.md b/.changeset/tasty-maps-return.md new file mode 100644 index 00000000..a19358b9 --- /dev/null +++ b/.changeset/tasty-maps-return.md @@ -0,0 +1,5 @@ +--- +"@vue-flow/core": patch +--- + +Store current Storage instance on vue app to avoid hydration errors.