We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
export NavigationDuplicated