sweetalert-with-react
sweetalert-with-react copied to clipboard
Does not appear to call unmountComponentAtNode
This library should call unmountComponentAtNode in order to fix a memory leak.
The react team states "This is important and often forgotten. Forgetting to call unmountComponentAtNode will cause your app to leak memory. There is no way for us to automatically detect when it is appropriate to do this work. Every system is different." (source)