You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding on to this, we've had to completely remove this from production after a week of sporadic downtime due to memleaks originating from this package.
Absolutely do not use this package in an isomorphic / universal application until this has been resolved.
After some review of the code and debugging, this is caused by the event registration componentWillMount lifecycle of the NotificationContainer. This is not the correct place to register events and a few other issues in here are related to this issue. I'm lobbying for a quick resolution since this would effect those using React 15 and 16. Once React 17 is out, this will be broken altogether.
profiler and headsnapshot rules!)
The text was updated successfully, but these errors were encountered: