Cogoport / cogo-toast

Beautiful, Zero Configuration, Toast Messages for React. Only ~ 4kb gzip, with styles and icons
https://cogoport.github.io/cogo-toast
MIT License
673 stars 1 forks source link

document.body.append is undefined on Chrome 47 #45

Closed hongzzz closed 4 years ago

hongzzz commented 4 years ago

https://github.com/Cogoport/cogo-toast/blob/6d7713aa9c62846ddc496773f7b33611dcfb0d3a/src/index.js#L17

image

Replace it with appendChild will be better?

anmdotdev commented 4 years ago

Fixed in v4.1.3 with #46