Fork me on GitHub
#rum
<
2017-09-18
>
ingared19:09:17

@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 ?

ingared19:09:20

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

arkh22:09:58

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