Skip to content

Commit 462cbd7

Browse files
Key windows with id so they don’t take over themselves
1 parent 25cf8b6 commit 462cbd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nextjournal/clerk/render.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@
615615
[inspect-presented @!error]])
616616
(into [:<>]
617617
(map (fn [[id state]]
618+
^{:key id}
618619
[window/show
619620
[render-result state {}]
620621
(-> state

0 commit comments

Comments
 (0)