text localization #41514
Annotations
5 errors and 11 warnings
app/src/organisms/Devices/ProtocolRun/ProtocolRunHeader.tsx#L348
Type 'RunStatus | null' is not assignable to type 'RunStatus'.
|
app/src/pages/RunSummary/index.tsx#L330
Property 'runStatus' is missing in type '{ runId: string; setShowRunFailedModal: Dispatch<SetStateAction<boolean>>; errors: RunCommandError[] | undefined; commandErrorList: RunCommandErrors | undefined; }' but required in type 'RunFailedModalProps'.
|
app/src/organisms/Devices/ProtocolRun/__tests__/RunFailedModal.test.tsx#L37
Property 'runStatus' is missing in type '{ robotName: string; runId: string; setShowRunFailedModal: Mock<[showRunFailedModal: boolean], void>; highestPriorityError: RunCommandErrorUndefined; }' but required in type 'RunFailedModalProps'.
|
app/src/organisms/OnDeviceDisplay/RunningProtocol/__tests__/RunFailedModal.test.tsx#L99
Property 'runStatus' is missing in type '{ runId: string; setShowRunFailedModal: Mock<any, any>; errors: ({ id: string; errorType: string; isDefined: false; createdAt: string; detail: string; errorInfo: {}; errorCode: "4000"; wrappedErrors: ({ id: string; errorType: string; isDefined: false; createdAt: string; detail: string; errorInfo: {}; errorCode: "3000"; wrappedErrors: never[]; } | { id: string; errorType: string; isDefined: false; createdAt: string; detail: string; errorInfo: {}; errorCode: "2000"; wrappedErrors: { id: string; errorType: string; isDefined: false; createdAt: string; detail: string; errorInfo: {}; errorCode: "1000"; wrappedErrors: never[]; }[]; })[]; } | { id: string; errorType: string; isDefined: false; createdAt: string; detail: string; errorInfo: {}; errorCode: "2001"; wrappedErrors: never[]; })[]; }' but required in type 'RunFailedModalProps'.
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/github-script@v6, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
api-client/src/pipettes/types.ts#L62
A record is preferred over an index signature
|
api-client/src/pipettes/types.ts#L69
A record is preferred over an index signature
|
api-client/src/pipettes/types.ts#L77
A record is preferred over an index signature
|
api-client/src/pipettes/types.ts#L81
A record is preferred over an index signature
|
api-client/src/pipettes/types.ts#L90
A record is preferred over an index signature
|
api-client/src/protocols/utils.ts#L103
A record is preferred over an index signature
|
api-client/src/protocols/utils.ts#L134
A record is preferred over an index signature
|
api-client/src/protocols/utils.ts#L162
A record is preferred over an index signature
|
api-client/src/protocols/utils.ts#L207
A record is preferred over an index signature
|
api-client/src/protocols/utils.ts#L229
A record is preferred over an index signature
|
This job failed
Loading