re-mdl
re-mdl copied to clipboard
Update to latest Reagent (or 0.7.0?)
I got re-mdl working(?) in Reagent 0.7.0 by depending on:
[reagent "0.7.0"]
[com.yetanalytics/re-mdl "0.1.8" :exclusions [cljsjs/react cljsjs/react-with-addons reagent]]
but I get an error
Warning: unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.
which suggests that all is not well, and possibly that two versions of React are getting loaded?
Would it be possible to get the library updated to properly point at the latest Reagent release?