-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
What problem does this feature solve?
I want to do:
try {
await router.push(...)
} catch (e) {
if (e instanceof NavigationDuplicated) {}
else {throw e}
}
Unfortunately I can't, because NavigationDuplicated is not exported.
What does the proposed API look like?
export NavigationDuplicated
sarahLardeau, Neme12, seyi, jostrander, FranckFreiburger and 2 more
Metadata
Metadata
Assignees
Labels
No labels