apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.13k stars 230 forks source link

Remove the toast only, when the parent node was not removed before. #47

Closed danielkaiser80 closed 4 years ago

danielkaiser80 commented 4 years ago

When a framework like Angular(JS) or React or other code removes the parent node, the removal code may lead to an exception like this: toastify.js:7 Uncaught TypeError: Cannot read property 'removeChild' of null at init. (VM38495 toastify.js:7)

skjnldsv commented 4 years ago

Came to fix this! Thanks for taking care of it :)

cc @apvarun