minhtranite / react-notifications

Notification component for ReactJS
https://www.npmjs.com/package/react-notifications
287 stars 64 forks source link

Callback function not firing #21

Closed cell2749 closed 6 years ago

cell2749 commented 7 years ago

Notification is displayed, however the Hello World is not written to the console, thus I assume the callback is not fired. NotificationManager.error("Msg", "Title", 3000, ()=>{ console.log("Hello World"); });

cell2749 commented 7 years ago

Nevermind, realised what the callback was for. The issue can be closed