[Feat](configuration): Integrate vitest and ci #1
Annotations
10 errors and 1 warning
build
Argument of type '(messages: never[]) => { text: string; user: boolean; }[]' is not assignable to parameter of type 'SetStateAction<never[]>'.
|
build
Argument of type '(messages: never[]) => { text: string; user: boolean; }[]' is not assignable to parameter of type 'SetStateAction<never[]>'.
|
build
'React' is declared but its value is never read.
|
build
Binding element 'onSendMessage' implicitly has an 'any' type.
|
build
Parameter 'event' implicitly has an 'any' type.
|
build
Type '{ className: string; value: string; onChange: (e: any) => void; onKeyUp: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & Textarea'.
|
build
Parameter 'e' implicitly has an 'any' type.
|
build
Parameter 'e' implicitly has an 'any' type.
|
build
Binding element 'messages' implicitly has an 'any' type.
|
build
Property 'scrollTop' does not exist on type 'never'.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|