We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
om.dom/create-element
1 parent f31832b commit c68e668Copy full SHA for c68e668
src/main/om/dom.cljs
@@ -71,5 +71,7 @@
71
to calling `js/React.createElement`"
72
([tag]
73
(create-element tag nil))
74
+ ([tag opts]
75
+ (js/React.createElement tag opts))
76
([tag opts & children]
77
(js/React.createElement tag opts children)))
0 commit comments