Skip to content

feat: Contacts search #346

feat: Contacts search

feat: Contacts search #346

Triggered via pull request December 19, 2024 09:54
Status Failure
Total duration 51s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
test (v22.11.0): src/pages/contacts/components/TypeFilter.stories.tsx#L10
Object literal may only specify known properties, but 'value' does not exist in type 'Partial<TypeFilterProps>'. Did you mean to write 'values'?
test (v22.11.0): src/pages/contacts/components/TypeFilter.stories.tsx#L18
Type '{ render: (args: { values: number[]; multiple?: boolean | undefined; onChange: Mock<Procedure>; }) => Element; }' is not assignable to type 'StoryAnnotations<ReactRenderer, { values: number[]; multiple?: boolean | undefined; onChange: Mock<Procedure>; }, { values: number[]; multiple?: boolean | undefined; onChange?: ((values: number[]) => void) | undefined; }>'.
test (v22.11.0)
Process completed with exit code 2.
test (v22.11.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636