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
Currently, $ngReduxProvider.provideStore(store) leaves a dangling subscription on store when the AngularJS app is torn down by $rootScope.$destroy(). The listener, and the private ngReduxStore referenced within it, will then be leaked.
Currently,
$ngReduxProvider.provideStore(store)leaves a dangling subscription onstorewhen the AngularJS app is torn down by$rootScope.$destroy(). The listener, and the privatengReduxStorereferenced within it, will then be leaked.