re-mdl icon indicating copy to clipboard operation
re-mdl copied to clipboard

Update to latest Reagent (or 0.7.0?)

Open bshepherdson opened this issue 7 years ago • 0 comments

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?

bshepherdson avatar Nov 21 '18 21:11 bshepherdson