fix more connect fns #32455
Annotations
10 errors and 10 warnings
typechecks:
protocol-designer/src/components/DeckSetup/LabwareOverlays/NameThisLabware.tsx#L29
Expected 1 arguments, but got 0.
|
typechecks:
protocol-designer/src/components/StepEditForm/fields/DelayFields.tsx#L39
Type '{ labwareId: string | null | undefined; disabled: boolean; errorToShow?: string | null | undefined; isIndeterminate?: boolean | undefined; name: string; onFieldBlur: () => unknown; onFieldFocus: () => unknown; tooltipContent?: string | null | undefined; updateValue: (arg0: unknown) => void; value: unknown; }' is missing the following properties from type 'SP': mmFromBottom, wellDepthMm
|
typechecks:
protocol-designer/src/components/StepEditForm/forms/MoveLiquidForm/SourceDestFields.tsx#L94
Type '{ labwareId: any; disabled: boolean; errorToShow?: string | null | undefined; isIndeterminate?: boolean | undefined; name: string; onFieldBlur: () => unknown; onFieldFocus: () => unknown; tooltipContent?: string | null | undefined; updateValue: (arg0: unknown) => void; value: unknown; }' is missing the following properties from type 'SP': mmFromBottom, wellDepthMm
|
typechecks:
protocol-designer/src/components/StepEditForm/forms/MoveLiquidForm/SourceDestFields.tsx#L146
Type '{ labwareId: any; disabled: boolean; errorToShow?: string | null | undefined; isIndeterminate?: boolean | undefined; name: string; onFieldBlur: () => unknown; onFieldFocus: () => unknown; tooltipContent?: string | null | undefined; updateValue: (arg0: unknown) => void; value: unknown; }' is missing the following properties from type 'SP': mmFromBottom, wellDepthMm
|
typechecks:
protocol-designer/src/components/StepEditForm/forms/MixForm.tsx#L115
Type '{ labwareId: any; disabled: boolean; errorToShow?: string | null | undefined; isIndeterminate?: boolean | undefined; name: string; onFieldBlur: () => unknown; onFieldFocus: () => unknown; tooltipContent?: string | null | undefined; updateValue: (arg0: unknown) => void; value: unknown; }' is missing the following properties from type 'SP': mmFromBottom, wellDepthMm
|
typechecks:
protocol-designer/src/components/StepEditForm/forms/MixForm.tsx#L178
Type '{ labwareId: any; disabled: boolean; errorToShow?: string | null | undefined; isIndeterminate?: boolean | undefined; name: string; onFieldBlur: () => unknown; onFieldFocus: () => unknown; tooltipContent?: string | null | undefined; updateValue: (arg0: unknown) => void; value: unknown; }' is missing the following properties from type 'SP': mmFromBottom, wellDepthMm
|
typechecks:
protocol-designer/src/components/BatchEditForm/BatchEditMoveLiquid.tsx#L71
Type '{ labwareId: string | null; disabled: boolean; errorToShow?: string | null | undefined; isIndeterminate?: boolean | undefined; name: string; onFieldBlur: () => unknown; onFieldFocus: () => unknown; tooltipContent?: string | null | undefined; updateValue: (arg0: unknown) => void; value: unknown; }' is missing the following properties from type 'SP': mmFromBottom, wellDepthMm
|
typechecks:
protocol-designer/src/components/BatchEditForm/BatchEditMoveLiquid.tsx#L124
Type '{ labwareId: string | null; disabled: boolean; errorToShow?: string | null | undefined; isIndeterminate?: boolean | undefined; name: string; onFieldBlur: () => unknown; onFieldFocus: () => unknown; tooltipContent?: string | null | undefined; updateValue: (arg0: unknown) => void; value: unknown; }' is missing the following properties from type 'SP': mmFromBottom, wellDepthMm
|
typechecks:
protocol-designer/src/components/BatchEditForm/BatchEditMix.tsx#L88
Type '{ labwareId: string | null; disabled: boolean; errorToShow?: string | null | undefined; isIndeterminate?: boolean | undefined; name: string; onFieldBlur: () => unknown; onFieldFocus: () => unknown; tooltipContent?: string | null | undefined; updateValue: (arg0: unknown) => void; value: unknown; }' is missing the following properties from type 'SP': mmFromBottom, wellDepthMm
|
typechecks:
protocol-designer/src/components/BatchEditForm/BatchEditMix.tsx#L143
Type '{ labwareId: string | null; disabled: boolean; errorToShow?: string | null | undefined; isIndeterminate?: boolean | undefined; name: string; onFieldBlur: () => unknown; onFieldFocus: () => unknown; tooltipContent?: string | null | undefined; updateValue: (arg0: unknown) => void; value: unknown; }' is missing the following properties from type 'SP': mmFromBottom, wellDepthMm
|
lint js:
api-client/src/protocols/utils.ts#L26
This assertion is unnecessary since it does not change the type of the expression
|
lint js:
api-client/src/protocols/utils.ts#L30
This assertion is unnecessary since it does not change the type of the expression
|
lint js:
app-shell-odd/src/config/index.ts#L80
This assertion is unnecessary since it does not change the type of the expression
|
lint js:
app-shell-odd/src/dialogs/index.ts#L38
This assertion is unnecessary since it does not change the type of the expression
|
lint js:
app-shell-odd/src/dialogs/index.ts#L61
This assertion is unnecessary since it does not change the type of the expression
|
lint js:
app-shell-odd/src/http.ts#L53
Unexpected number value in conditional. An explicit zero/NaN check is required
|
lint js:
app-shell-odd/src/http.ts#L94
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
lint js:
app-shell-odd/src/main.ts#L29
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
lint js:
app-shell-odd/src/main.ts#L39
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
lint js:
app-shell-odd/src/main.ts#L66
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
|
The logs for this run have expired and are no longer available.
Loading