Fix Typescript build #25
Annotations
16 errors and 2 warnings
Vite - Node 20:
src/components/Content/AppLink.vue#L21
Type 'string | object' is not assignable to type 'string | undefined'.
|
Vite - Node 20:
src/components/NavBar/NavBarItem.vue#L27
Type 'string | object' is not assignable to type 'string | undefined'.
|
Vite - Node 20:
src/components/NavBar/NavBarItem.vue#L31
Argument of type '{ custom: true; label?: string | undefined; to?: string | object | undefined; style?: unknown; class?: unknown; key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ... 6 more ...; onVnodeUnmounted?: VNodeMountHook | ... 1 more ... | undefined; }' is not assignable to parameter of type 'AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterLinkProps & Record<string, unknown>'.
|
Vite - Node 20:
src/components/NavBar/NavBarUserCardButton.vue#L24
Type 'string | object' is not assignable to type 'string | undefined'.
|
Vite - Node 20:
src/components/SideBar/SideBarDropdown.vue#L22
Argument of type '{ custom: true; label?: string | undefined; to?: string | object | undefined; faIcon?: string | undefined; icon?: string | undefined; hideCaret?: boolean | undefined; style?: unknown; class?: unknown; key?: string | ... 2 more ... | undefined; ... 8 more ...; onVnodeUnmounted?: VNodeMountHook | ... 1 more ... | unde...' is not assignable to parameter of type 'AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterLinkProps & Record<string, unknown>'.
|
Vite - Node 20:
src/components/SideBar/SideBarItem.vue#L31
Type 'string | object' is not assignable to type 'string | undefined'.
|
Vite - Node 20:
src/components/SideBar/SideBarItem.vue#L37
Argument of type '{ custom: true; label?: string | undefined; to?: string | object | undefined; faIcon?: string | undefined; icon?: string | undefined; style?: unknown; class?: unknown; key?: string | number | symbol | undefined; ... 8 more ...; onVnodeUnmounted?: VNodeMountHook | ... 1 more ... | undefined; }' is not assignable to parameter of type 'AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterLinkProps & Record<string, unknown>'.
|
Vite - Node 20
Process completed with exit code 1.
|
Vite - Node 18:
src/components/Content/AppLink.vue#L21
Type 'string | object' is not assignable to type 'string | undefined'.
|
Vite - Node 18:
src/components/NavBar/NavBarItem.vue#L27
Type 'string | object' is not assignable to type 'string | undefined'.
|
Vite - Node 18:
src/components/NavBar/NavBarItem.vue#L31
Argument of type '{ custom: true; label?: string | undefined; to?: string | object | undefined; style?: unknown; class?: unknown; key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ... 6 more ...; onVnodeUnmounted?: VNodeMountHook | ... 1 more ... | undefined; }' is not assignable to parameter of type 'AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterLinkProps & Record<string, unknown>'.
|
Vite - Node 18:
src/components/NavBar/NavBarUserCardButton.vue#L24
Type 'string | object' is not assignable to type 'string | undefined'.
|
Vite - Node 18:
src/components/SideBar/SideBarDropdown.vue#L22
Argument of type '{ custom: true; label?: string | undefined; to?: string | object | undefined; faIcon?: string | undefined; icon?: string | undefined; hideCaret?: boolean | undefined; style?: unknown; class?: unknown; key?: string | ... 2 more ... | undefined; ... 8 more ...; onVnodeUnmounted?: VNodeMountHook | ... 1 more ... | unde...' is not assignable to parameter of type 'AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterLinkProps & Record<string, unknown>'.
|
Vite - Node 18:
src/components/SideBar/SideBarItem.vue#L31
Type 'string | object' is not assignable to type 'string | undefined'.
|
Vite - Node 18:
src/components/SideBar/SideBarItem.vue#L37
Argument of type '{ custom: true; label?: string | undefined; to?: string | object | undefined; faIcon?: string | undefined; icon?: string | undefined; style?: unknown; class?: unknown; key?: string | number | symbol | undefined; ... 8 more ...; onVnodeUnmounted?: VNodeMountHook | ... 1 more ... | undefined; }' is not assignable to parameter of type 'AllowedComponentProps & ComponentCustomProps & VNodeProps & RouterLinkProps & Record<string, unknown>'.
|
Vite - Node 18
Process completed with exit code 1.
|
Vite - Node 20
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Vite - Node 18
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|