madvas/cljs-react-material-ui

>=0.2.39 not working with Reagent >=0.6.0

edannenberg opened this issue · 2 comments

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

Reagent 0.6.0:

  • 0.2.35 - works
  • 0.2.39 / 0.2.43 - app never loads:
Uncaught Error: js/ReactDOM is missing
    at reagent$dom$module (dom.cljs:19)

Reagent 0.6.1:

  • 0.2.35 - latest, app loads but lots or warnings and some wonky behavior (bidi routing for example not working)

Reverted to Reagent 0.6.0 and 0.2.35 for now.

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

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.