feat: Contacts search #346
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
|