Skip to content

Feat/fragments #61

Feat/fragments

Feat/fragments #61

Triggered via pull request June 6, 2024 12:34
Status Success
Total duration 49s
Artifacts

checks.yaml

on: pull_request
checks  /  Lint, typecheck
39s
checks / Lint, typecheck
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Type '{ inputIndex: number; inputValues: InputValuesType; setInputValues: Dispatch<SetStateAction<InputValuesType>>; }' is not assignable to type 'IntrinsicAttributes & AddMemberModalInputProps'.: app/fragments/add-member-modal/src/add-member-modal.component.tsx#L65
Type '{ inputIndex: number; inputValues: InputValuesType; setInputValues: Dispatch<SetStateAction<InputValuesType>>; }' is not assignable to type 'IntrinsicAttributes & AddMemberModalInputProps'. Property 'inputValues' does not exist on type 'IntrinsicAttributes & AddMemberModalInputProps'.
Property 'inputValues' does not exist on type 'AddMemberModalInputProps'.: app/fragments/add-member-modal/src/input/input.component.tsx#L15
Property 'inputValues' does not exist on type 'AddMemberModalInputProps'.
Property 'setInputValues' does not exist on type 'AddMemberModalInputProps'.: app/fragments/add-member-modal/src/input/input.component.tsx#L16
Property 'setInputValues' does not exist on type 'AddMemberModalInputProps'.