From 12313a5b01312ef4425d3fa666e578961a151fe2 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:33:24 +0200 Subject: [PATCH] chore(changeset): add --- .changeset/curly-llamas-obey.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/curly-llamas-obey.md diff --git a/.changeset/curly-llamas-obey.md b/.changeset/curly-llamas-obey.md new file mode 100644 index 00000000..d573eaa2 --- /dev/null +++ b/.changeset/curly-llamas-obey.md @@ -0,0 +1,5 @@ +--- +'@xyflow/svelte': patch +--- + +Rename `isConnectable` prop locally to `isConnectableProp` to avoid naming collision with derived value of `isConnectable` in `` component.