Warning: Modal: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.
+1
The issue comes out of react-overlays, but when upgrading to the latest version there are more changes that cause... more issues from things like the Transition change
I'm having this warning every time modal is open.
Warning: Modal: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.