Skip to content

Added reducer

Added reducer #18

Triggered via push June 16, 2024 18:53
Status Failure
Total duration 31s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
deploy: src/components/CoordinatesForm/CoordinatesForm.stories.ts#L18
Object literal may only specify known properties, and 'buttons' does not exist in type 'Partial<ICoordinatesFormProps>'.
deploy: src/components/CoordinatesForm/CoordinatesForm.stories.ts#L32
Object literal may only specify known properties, and 'inputs' does not exist in type 'Partial<{ handleSubmit: Mock<[e: FormEvent<Element>], void>; handleChange: Mock<[e: ChangeEvent<HTMLInputElement>], void>; state: IFormState; handleUserLocation: Mock<...>; handleSuggestionClick: Mock<...>; handleCancelClick: Mock<...>; }> & { ...; }'.
deploy: src/components/CoordinatesForm/CoordinatesForm.stories.ts#L45
Object literal may only specify known properties, and 'inputs' does not exist in type 'Partial<{ handleSubmit: Mock<[e: FormEvent<Element>], void>; handleChange: Mock<[e: ChangeEvent<HTMLInputElement>], void>; state: IFormState; handleUserLocation: Mock<...>; handleSuggestionClick: Mock<...>; handleCancelClick: Mock<...>; }> & { ...; }'.
deploy
Process completed with exit code 2.