lint #49696
Annotations
10 errors and 10 warnings
typechecks:
app/src/atoms/buttons/SubmitPrimaryButton.tsx#L50
Type '{ css: FlattenInterpolation<ThemedStyledProps<StyleProps, any>>; type: "submit"; form: string; value: string; onClick?: ((event: MouseEvent<HTMLInputElement, MouseEvent>) => unknown) | undefined; disabled?: boolean | undefined; }' is not assignable to type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>'.
|
typechecks:
app/src/molecules/WizardRequiredEquipmentList/index.tsx#L146
Type '{ css: FlattenSimpleInterpolation; src: string; alt: string; }' is not assignable to type 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>'.
|
typechecks:
app/src/molecules/InProgressModal/InProgressModal.tsx#L87
Type '{ name: string; "aria-label": string; css: FlattenSimpleInterpolation; spin: true; }' is not assignable to type 'IntrinsicAttributes & IconProps'.
|
typechecks:
app/src/organisms/LabwarePositionCheck/steps/AttachProbe.tsx#L103
Type '{ children: Element; css: FlattenSimpleInterpolation; autoPlay: true; loop: true; controls: false; }' is not assignable to type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>'.
|
typechecks:
app/src/molecules/UnorderedList/index.tsx#L16
Type '{ children: Element; key: number; css: FlattenSimpleInterpolation; }' is not assignable to type 'DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>'.
|
typechecks:
app/src/molecules/JogControls/DirectionControl.tsx#L441
Type '{ css: FlattenSimpleInterpolation; name: string; }' is not assignable to type 'IntrinsicAttributes & IconProps'.
|
typechecks:
app/src/molecules/JogControls/StepSizeControl.tsx#L128
Type '{ name: string; width: string; css: FlattenSimpleInterpolation; }' is not assignable to type 'IntrinsicAttributes & IconProps'.
|
typechecks:
app/src/organisms/LabwarePositionCheck/steps/DetachProbe.tsx#L67
Type '{ children: Element; css: FlattenSimpleInterpolation; autoPlay: true; loop: true; controls: false; }' is not assignable to type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>'.
|
typechecks:
app/src/organisms/LabwarePositionCheck/steps/ResultsSummary/OffsetTable.tsx#L73
No overload matches this call.
|
typechecks:
app/src/organisms/LabwarePositionCheck/steps/ResultsSummary/OffsetTable.tsx#L89
No overload matches this call.
|
lint js:
api-client/src/pipettes/types.ts#L62
A record is preferred over an index signature
|
lint js:
api-client/src/pipettes/types.ts#L69
A record is preferred over an index signature
|
lint js:
api-client/src/pipettes/types.ts#L77
A record is preferred over an index signature
|
lint js:
api-client/src/pipettes/types.ts#L81
A record is preferred over an index signature
|
lint js:
api-client/src/pipettes/types.ts#L90
A record is preferred over an index signature
|
lint js:
api-client/src/types.ts#L14
A record is preferred over an index signature
|
lint js:
app-shell-odd/src/actions.ts#L360
Expected property shorthand
|
lint js:
app-shell-odd/src/actions.ts#L368
Expected property shorthand
|
lint js:
app-shell-odd/src/actions.ts#L376
Expected property shorthand
|
lint js:
app-shell-odd/src/actions.ts#L384
Expected property shorthand
|
Loading