fix: missing key issues

This commit is contained in:
Peng Xiao
2022-11-15 10:54:21 +08:00
parent b3ecf86ec5
commit 378e5732d4
2 changed files with 4 additions and 7 deletions

View File

@@ -2540,7 +2540,7 @@
(filterv identity)
(map (fn [x] (if (vector? x)
(let [[block label] x]
(breadcrumb-fragment config block label opts))
(rum/with-key (breadcrumb-fragment config block label opts) (:block/uuid block)))
[:span.opacity-70 "⋯"])))
(interpose (breadcrumb-separator)))]
[:div.breadcrumb.block-parents.flex-row.flex-1