Added reducer #18
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.
|