Skip to content

Support ref and element attribute #348

Support ref and element attribute

Support ref and element attribute #348

Triggered via pull request July 25, 2024 07:08
Status Failure
Total duration 54s
Artifacts

lint.yml

on: pull_request
Lint and Test
46s
Lint and Test
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Lint and Test: src/components/Color/Color.stories.tsx#L59
Type '{ 'data-test-id': string; }' is not assignable to type 'Partial<Omit<Props, "ref"> & RefAttributes<HTMLSpanElement>>'.
Lint and Test: src/stories/HelperMessage.stories.tsx#L17
Type '{ 'data-test-id': string; }' is not assignable to type 'Partial<Omit<Props, "ref"> & RefAttributes<HTMLParagraphElement>>'.
Lint and Test: src/stories/Input.stories.tsx#L137
Type '{ 'data-test-id': string; }' is not assignable to type 'Partial<Omit<Props, "ref"> & RefAttributes<HTMLInputElement>>'.
Lint and Test
Process completed with exit code 1.