diff --git a/src/main/om/dom.cljs b/src/main/om/dom.cljs index 9e597c32..05e61170 100644 --- a/src/main/om/dom.cljs +++ b/src/main/om/dom.cljs @@ -71,5 +71,7 @@ to calling `js/React.createElement`" ([tag] (create-element tag nil)) + ([tag opts] + (js/React.createElement tag opts)) ([tag opts & children] (js/React.createElement tag opts children)))