We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a11243 commit c090568Copy full SHA for c090568
packages/router/src/errors.ts
@@ -163,7 +163,7 @@ export function createRouterError<E extends RouterError>(
163
* // ...
164
* }
165
* // Aborted or canceled navigations
166
- * if (isNavigationFailure(failure, NavigationFailureType.aborted | NavigationFailureType.canceled)) {
+ * if (isNavigationFailure(failure, NavigationFailureType.aborted | NavigationFailureType.cancelled )) {
167
168
169
* })
0 commit comments