From 106c2cf8e5e9a944ea7ea9a2558e26cb75f9ac93 Mon Sep 17 00:00:00 2001 From: Matt Huggins Date: Thu, 28 Nov 2024 17:31:56 -0600 Subject: [PATCH] fixup! feat: accept any `path` element attribute as a prop --- .changeset/selfish-tables-tie.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/selfish-tables-tie.md diff --git a/.changeset/selfish-tables-tie.md b/.changeset/selfish-tables-tie.md new file mode 100644 index 00000000..6d4eb598 --- /dev/null +++ b/.changeset/selfish-tables-tie.md @@ -0,0 +1,5 @@ +--- +'@xyflow/react': minor +--- + +Support all `path` element attributes in React edge components.