madvas / cljs-react-material-ui

Clojurescript library for using material-ui.com
Eclipse Public License 1.0
205 stars 32 forks source link

>=0.2.39 not working with Reagent >=0.6.0 #33

Closed edannenberg closed 7 years ago

edannenberg commented 7 years ago

Just tried to update from 0.2.35, tried various reagent/material-ui combinations:

Reagent 0.6.0:

Reagent 0.6.1:

Reverted to Reagent 0.6.0 and 0.2.35 for now.

madvas commented 7 years ago

are you sure you have both cljsjs/react cljsjs/react-dom in reagent exclusions? just tested 0.6.0 with 0.2.43, works okay

edannenberg commented 7 years ago

Hmm, cljsjs/react-dom was indeed not excluded from reagent, I assumed everything was in order as 0.2.35 worked properly. Sorry for the noise.