We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fefa62 commit 7895aa7Copy full SHA for 7895aa7
src/status_im2/common/toasts/view.cljs
@@ -100,4 +100,5 @@
100
[into
101
[rn/view
102
{:style style/outmost-transparent-container}]
103
- (map (fn [id] ^{:key id} [container id]) toasts-ordered)]))
+ (doall
104
+ (map (fn [id] ^{:key id} [container id]) toasts-ordered))]))
0 commit comments