This repository was archived by the owner on Apr 2, 2025. It is now read-only.
chore(deps): update dependency @types/node to v20.11.26 #14
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 errors
lint (20):
node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/index.d.ts#L5
Cannot find module 'rollup/parseAst' or its corresponding type declarations.
|
lint (20):
src/components/index.tsx#L94
'data' is possibly 'undefined'.
|
lint (20):
src/components/index.tsx#L97
Argument of type '{ text: string; id?: number | undefined; }' is not assignable to parameter of type 'Todo'.
|
lint (20):
src/components/index.tsx#L98
Type '{ text: string; id?: number | undefined; }[] | undefined' is not assignable to type 'Todo[] | ((currentData: Todo[] | undefined, displayedData: Todo[] | undefined) => Todo[]) | undefined'.
|
lint (20):
src/components/index.tsx#L136
Type 'Todo[] | undefined' is not assignable to type 'Todo[]'.
|
lint (20):
src/main.tsx#L6
Argument of type 'HTMLElement | null' is not assignable to parameter of type 'Container'.
|
lint (20)
Process completed with exit code 1.
|