juliancwirko / react-s-alert

Alerts / Notifications for React with rich configuration options
https://www.npmjs.com/package/react-s-alert
MIT License
649 stars 75 forks source link

Immediately run listeners when initially subscribing #41

Open khardenstine opened 7 years ago

khardenstine commented 7 years ago

I issue Alerts prior to mounting the SAlert component. The Alerts would pile up in state until another Alert was issued after the component mounted, at which point all the alerts would be processed.