-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Navigate goes through this condition when redirecting in beforeLoad on the first page load:
if (
navigationIndex !== currentNavigationIndex ||
(fromBeforeLoadHook && pendingNavigationIndex + 1 !== currentNavigationIndex)
) {
return;
}
Also navigate should have some return value/type so linters (ESLint) don't complain about throwing void.
Metadata
Metadata
Assignees
Labels
No labels