fix(components) primary and alt primary button styling issue #69832
Annotations
20 errors and 10 warnings
|
lint js:
app/src/atoms/buttons/TouchControlButton.tsx#L75
Unsafe argument of type `any` assigned to a parameter of type `boolean`
|
|
lint js:
app/src/atoms/buttons/TouchControlButton.tsx#L65
Unsafe argument of type `any` assigned to a parameter of type `boolean`
|
|
lint js:
app/src/atoms/buttons/TouchControlButton.tsx#L65
Unsafe argument of type `any` assigned to a parameter of type `boolean`
|
|
lint js:
app/src/atoms/buttons/TouchControlButton.tsx#L62
Unsafe argument of type `any` assigned to a parameter of type `boolean`
|
|
lint js:
app/src/atoms/buttons/TouchControlButton.tsx#L62
Unsafe argument of type `any` assigned to a parameter of type `boolean`
|
|
lint js:
app/src/atoms/buttons/MediumButton.stories.tsx#L15
Unsafe argument of type `any` assigned to a parameter of type `{}`
|
|
lint js:
app/src/atoms/buttons/FloatingActionButton.stories.tsx#L14
Unsafe argument of type `any` assigned to a parameter of type `{}`
|
|
lint js:
app/src/DesignTokens/Spacing/Spacing.stories.tsx#L69
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
|
|
lint js:
app/src/DesignTokens/Colors/Colors.stories.tsx#L117
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
|
|
lint js:
app/src/DesignTokens/BorderRadius/BorderRadius.stories.tsx#L64
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
|
|
typechecks:
app/src/assets/localization/zh/index.ts#L1
Cannot find module '@opentrons/components' or its corresponding type declarations.
|
|
typechecks:
app/src/assets/localization/en/index.ts#L1
Cannot find module '@opentrons/components' or its corresponding type declarations.
|
|
typechecks:
app-shell/src/secondary-windows/step-detail-viewer/index.ts#L16
Cannot find module '@opentrons/step-generation' or its corresponding type declarations.
|
|
typechecks:
app/src/redux/shell/types.ts#L9
Cannot find module '@opentrons/step-generation' or its corresponding type declarations.
|
|
typechecks:
app/src/redux/protocol-runs/selectors/lpc/transforms.ts#L3
Cannot find module '@opentrons/components' or its corresponding type declarations.
|
|
typechecks:
app/src/i18n.ts#L4
Cannot find module '@opentrons/components' or its corresponding type declarations.
|
|
typechecks:
app/src/assets/localization/zh/index.ts#L1
Cannot find module '@opentrons/components' or its corresponding type declarations.
|
|
typechecks:
app/src/assets/localization/en/index.ts#L1
Cannot find module '@opentrons/components' or its corresponding type declarations.
|
|
typechecks:
step-generation/src/__tests__/flexStackerRetrieve.test.ts#L10
Module '"../constants"' has no exported member 'HOPPER_STACKER_LOCATION'.
|
|
typechecks:
step-generation/src/utils/misc.ts#L40
Module '"../constants"' has no exported member 'HOPPER_STACKER_LOCATION'.
|
|
lint js:
api-client/src/runs/commands/getRunCommandErrors.ts#L17
Unexpected object value in conditional. The condition is always true
|
|
lint js:
api-client/src/runs/commands/getCommandsAsPreSerializedList.ts#L20
Unexpected object value in conditional. The condition is always true
|
|
lint js:
api-client/src/runs/commands/getCommands.ts#L18
Unexpected object value in conditional. The condition is always true
|
|
lint js:
api-client/src/runs/commands/createLiveCommand.ts#L19
Unexpected nullable object value in conditional. An explicit null check is required
|
|
lint js:
api-client/src/runs/commands/createCommand.ts#L20
Unexpected nullable object value in conditional. An explicit null check is required
|
|
lint js:
api-client/src/pipettes/getPipettes.ts#L16
Unexpected object value in conditional. The condition is always true
|
|
lint js:
api-client/src/maintenance_runs/createMaintenanceCommand.ts#L19
Unexpected nullable object value in conditional. An explicit null check is required
|
|
lint js:
api-client/src/labwareOffsets/getLabwareOffsets.ts#L32
Unexpected object value in conditional. The condition is always true
|
|
lint js:
api-client/src/dataFiles/getDataFileRaw.ts#L18
Unexpected nullable object value in conditional. An explicit null check is required
|
|
lint js:
api-client/src/calibration/deleteCalibration.ts#L19
Unexpected object value in conditional. The condition is always true
|
Loading