Skip to content

feat(components): add textarea #105

feat(components): add textarea

feat(components): add textarea #105

Triggered via pull request February 2, 2024 11:49
Status Failure
Total duration 50s
Artifacts

QA.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 5 warnings
TypeScript
Cannot find module 'src/utils/types' or its corresponding type declarations.
TypeScript
Argument of type 'ChangeEvent<HTMLInputElement>' is not assignable to parameter of type 'ChangeEvent<HTMLInputElement> & ChangeEvent<HTMLTextAreaElement>'.
TypeScript
Type '{ hidden?: boolean | undefined; onBlur?: ((e: FocusEvent<Element, Element>) => void) | undefined; errorMessage?: string | string[] | undefined; children?: ReactNode; ... 291 more ...; inputProps: InputHTMLAttributes<...> & { ...; }; }' is not assignable to type 'IntrinsicAttributes & (BaseInputProps & RefAttributes<HTMLInputElement>)'.
TypeScript
@interlay/hooks#typecheck: command (/home/runner/work/ui/ui/packages/hooks) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (1)
TypeScript
Process completed with exit code 1.
Build
@interlay/ui#build: command (/home/runner/work/ui/ui/packages/components) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
Build
Argument of type 'ChangeEvent<HTMLInputElement>' is not assignable to parameter of type 'ChangeEvent<HTMLInputElement> & ChangeEvent<HTMLTextAreaElement>'.
Build
Type '{ hidden?: boolean | undefined; onBlur?: ((e: FocusEvent<Element, Element>) => void) | undefined; errorMessage?: string | string[] | undefined; children?: ReactNode; ... 291 more ...; inputProps: InputHTMLAttributes<...> & { ...; }; }' is not assignable to type 'IntrinsicAttributes & (BaseInputProps & RefAttributes<HTMLInputElement>)'.
Build
Process completed with exit code 1.
Prettier
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/[email protected], actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ESLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/[email protected], actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
TypeScript
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/[email protected], actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/[email protected], actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/[email protected], actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.