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
When a route is refreshed due to a changing query param, the attempt to record a rendered view fails because the _lastActivatedRoute on the transition data isn't defined.
This appears to be because, while there is a fresh transition associated with the update, activate is never invoked on the route.
When a route is refreshed due to a changing query param, the attempt to record a rendered view fails because the
_lastActivatedRoute
on the transition data isn't defined.This appears to be because, while there is a fresh transition associated with the update,
activate
is never invoked on the route.This repository reproduces the issue (specifically the changes in this commit)
The text was updated successfully, but these errors were encountered: