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
The current Redux-DevTools example in the readme file throws the following exception whenever a new state occurs: TypeError: this.$eval is not a function. Removing the $rootScope.$apply call fixes this exception from occurring.