Support ref and element attribute #348
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.
|