Cogoport/cogo-toast

document.body.append is undefined on Chrome 47

Closed this issue · 1 comments

document.body.append(rootContainer);

image

Replace it with appendChild will be better?

Fixed in v4.1.3 with #46