From 52b09003253f72a602b470919fa40af1808821d2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 10 Aug 2016 19:15:28 +0300 Subject: [PATCH] Add missing with-key reference on mixins ns. --- src/uxbox/util/mixins.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uxbox/util/mixins.cljs b/src/uxbox/util/mixins.cljs index 082aa5cf26..3921dfe5ec 100644 --- a/src/uxbox/util/mixins.cljs +++ b/src/uxbox/util/mixins.cljs @@ -46,3 +46,4 @@ (def react rum/react) (def reactive rum/reactive) (def dom-node rum/dom-node) +(def with-key rum/with-key)