minutemailer / react-popup

React popup component
http://minutemailer.github.io/react-popup/
MIT License
208 stars 71 forks source link

Can't call setState (or forceUpdate) on an unmounted component #51

Closed dannav closed 5 years ago

dannav commented 6 years ago

This is thrown at Popup.react.js:213. Since a component can already be unmounted when onShow() is fired from the store

tbleckert commented 6 years ago

Good catch! Thanks! Will add it in the coming release

tbleckert commented 5 years ago

This was fixed in #53 that also fixed #52