rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
ingared 2017-09-18T19:04:17.000655Z

@channel : isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks. I’m getting the following warnings in my front end application. Any suggestions to eliminate this ?

ingared 2017-09-18T19:16:20.000345Z

I’m using a mixin with (init , did-mount, will-update, will-unMount)

2017-09-18T22:52:58.000158Z

this is caused by depending on another library that imports a new version of react than the one rum ships with. So it's not your code, rum needs to be updated sometime