jquense / react-bootstrap-modal

React port of jschr's better bootstrap modals
Other
89 stars 51 forks source link

isMounted is deprecated #48

Closed albertpb closed 7 years ago

albertpb commented 7 years ago

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.

jquense commented 7 years ago

PR's welcome!

LuciRebecca commented 7 years ago

+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