Fork me on GitHub
#clojure-spec
<
2019-09-07
>
johanatan00:09:13

is stest/instrument known to work for spec'd reagent components (returning hiccup data structures)? once i enabled it, my browser started complaining that it didn't recognize the elements emitted (which were non-standard html elements which had apparently not been interpreted by react/reagent beforehand).

borkdude21:09:06

@johanatan fwiw, I do have an fdef for one reagent component in our app, but that's a form-3 component: (defn foo [opts] (r/create-class ...))

johanatan22:09:26

Yea perhaps it would be less of a problem for form-2 or form-3 components. @borkdude