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
Events like activate-route-end are effectively fired twice. app-router dispatches them first on the route, then on itself; the events then propagate up all the way to window. Unless there is a substantial difference between the two events, dispatching the event just on the route should suffice.
The text was updated successfully, but these errors were encountered:
I'll try to come up with something, but so far I've noticed that this might be browser-specific (happens in Chrome, in Firefox the events don't seem to propagate up from the elements they've been dispatched on).
Events like
activate-route-end
are effectively fired twice.app-router
dispatches them first on the route, then on itself; the events then propagate up all the way towindow
. Unless there is a substantial difference between the two events, dispatching the event just on the route should suffice.The text was updated successfully, but these errors were encountered: