Fork me on GitHub
#reagent
<
2019-06-05
>
Dustin Getz17:06:13

How do I do this except without recursively converting the props into javascript data structures? I just want to call a react component at the top level of the form and explicitly handle js interop without any automated conversions

[:> js/ReactBootstrapTypeahead.Typeahead
 #js {:options xs}] ; don't eat my datastructure pls

juhoteperi17:06:24

@dustingetz (r/create-element js/ReactBootstrapTypeahead.Typeahead #js {:options xs})

Dustin Getz17:06:47

How do I call it

Dustin Getz17:06:15

How do I call it without a hiccup wrapper

juhoteperi17:06:44

Just call create-element in place of the hiccup