feat: wip typed routes #455
Annotations
10 errors and 1 warning
build
Type '(valid?: boolean | RouteLocationRaw | NavigationGuardNextCallback | Error) => void' is not assignable to type 'NavigationGuardNext'.
|
build
Argument of type 'ComputedRef<RouteLocationNormalizedLoaded>' is not assignable to parameter of type 'Ref<_RouteLocationNormalizedLoaded>'.
|
build
'RouteRecordName' is declared but its value is never read.
|
build
Argument of type 'string | RouteLocationPathRaw | RouteLocationNamedRaw' is not assignable to parameter of type '_RouteLocationRaw'.
|
build
Argument of type 'string | RouteLocationPathRaw | RouteLocationNamedRaw' is not assignable to parameter of type '_RouteLocationRaw'.
|
build
Type '_RouteLocationNormalizedLoaded' is not assignable to type '_RouteLocationNormalized<Name>'.
|
build
Type 'RouteLocationNormalized' is not assignable to type '_RouteLocationNormalized | undefined'.
|
build
Type 'RouteLocationNormalized' is not assignable to type '_RouteLocationNormalized | undefined'.
|
build
Argument of type 'RouteLocationRaw' is not assignable to parameter of type '_RouteLocationRaw'.
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|