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
If you run the https://github.com/ui-router/quickstart-ng2 against ui-router 1.0.0.alpha.4, you will get "Attempt to use a dehydrated detector" when navigating from bar to foo. This is caused by the uiSrefStatus emitting an event (due to the transition finishing), and then being destroyed before the event can be processed by subscribers.
We should work around this problem by changing uiSrefStatus EventEmitter to be synchronous.