Feat/fragments #61
checks.yaml
on: pull_request
checks
/
Lint, typecheck
39s
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'.
|