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.
The text was updated successfully, but these errors were encountered:
Currently,
$ngReduxProvider.provideStore(store)
leaves a dangling subscription onstore
when the AngularJS app is torn down by$rootScope.$destroy()
. The listener, and the privatengReduxStore
referenced within it, will then be leaked.The text was updated successfully, but these errors were encountered: