reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

Broken devcards #120

Closed t3chnoboy closed 8 years ago

t3chnoboy commented 8 years ago

Project with +devcards option doesn't work. I'm getting the following error message in browser console: Uncaught Error: js/ReactDOM is missing

yogthos commented 8 years ago

Yeah looks like devcards is not compatible with the latest Reagent since it moved to use React 0.15 API. The version of devcards included in the template is a bit out of date. I'll test with the latest devcards and let you know how that goes.

t3chnoboy commented 8 years ago

@yogthos That's right. I've already opened a PR https://github.com/reagent-project/reagent-template/pull/121

yogthos commented 8 years ago

Thanks, I just ended up bumping up devcards as well, I ended up using figwheel 0.5.3-2 though, because 0.5.4 doesn't appear to load the Js consistently for me. Let me know if latest on Clojars looks to be working right.

t3chnoboy commented 8 years ago

Cool, thanks! I'm having the same issues with figwheel 0.5.4 😞 I saw you've opened an issue https://github.com/bhauman/lein-figwheel/issues/428 But new error reporting is too good not to use 😊

yogthos commented 8 years ago

yeah I'm really looking forward to having that going as well :)