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
Not sure if this is intentional or a bug, but I've noticed the Timeline pane only seems to list navigations where the destination route includes a loader. I was expecting all navigations would show up, but perhaps this is by design?
The text was updated successfully, but these errors were encountered:
@halljus So the timeline depends on the useNavigation hook and listens to changes, if the state does not go into loading (which happens when loaders are triggered) there is no event to record so this is a limitation. But this is something I'd like to add in the future for sure where I detect route changes and add them to the timeline
Not sure if this is intentional or a bug, but I've noticed the Timeline pane only seems to list navigations where the destination route includes a loader. I was expecting all navigations would show up, but perhaps this is by design?
The text was updated successfully, but these errors were encountered: