Fork me on GitHub
#devcards
<
2018-06-19
>
paytonrules12:06:42

Finally got to try it and it looks like that works. Sample of project.cljs

:dependencies [[devcards "0.2.5" :exclusions [[reagent]]]
                 [funcool/cuerdas "2.0.5"]
                 [cljsjs/react "16.4.0-0"]
                 [cljsjs/react-dom "16.4.0-0"]
                 [reagent "0.8.1"]

paytonrules12:06:39

But so far so good, thanks @bfast and @bhauman. I wonder Bruce, have you ever considered extracting the OM and Reagent components from Devcards into separate components? It might mean less to maintain.

bhauman14:06:28

@paytonrules absolutely, would prefer that, but we live in a pretty small universe so I'm happy to take PRs to update things