sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 513 forks source link

Uncaught TypeError: Cannot read property 'body' of undefined #269

Closed abler98 closed 7 years ago

abler98 commented 7 years ago

Error caused from https://github.com/sciactive/pnotify/blob/master/src/pnotify.js#L865

I'm using gulp webpack with "require()" for compiling sources. window.PNotify = require('../../../node_modules/pnotify/src/pnotify'); require('../../../node_modules/pnotify/src/pnotify.buttons'); require('../../../node_modules/pnotify/src/pnotify.nonblock');

How to fix it?

abler98 commented 7 years ago

https://github.com/sciactive/pnotify/issues/212