madvas / cljs-react-material-ui

Clojurescript library for using material-ui.com
Eclipse Public License 1.0
205 stars 32 forks source link

isMounted is deprecated #35

Open alvatar opened 7 years ago

alvatar commented 7 years ago

Hi,

Lately, this message happens with basically every component I create. Is it expected?

material-ui.inc.js:925 Warning: my-comp: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.
madvas commented 7 years ago

I've never seen this personally