remove go back button from option selection #37827
Annotations
15 errors and 11 warnings
lint js:
app/src/organisms/ErrorRecoveryFlows/__tests__/ErrorRecoveryFlows.test.tsx#L3
'screen' is defined but never used
|
lint js:
app/src/organisms/ErrorRecoveryFlows/__tests__/ErrorRecoveryFlows.test.tsx#L71
'render' is assigned a value but never used
|
lint js:
app/src/organisms/ErrorRecoveryFlows/__tests__/ErrorRecoveryFlows.test.tsx#L78
'props' is assigned a value but never used
|
lint js:
app/src/organisms/ErrorRecoveryFlows/__tests__/ErrorRecoveryFlows.test.tsx#L88
Expected space or tab after '//' in comment
|
lint js
Process completed with exit code 2.
|
typechecks:
app/src/organisms/ErrorRecoveryFlows/RecoveryOptions/__tests__/CancelRun.test.tsx#L27
Property 'hasLaunchedRecovery' is missing in type '{ isOnDevice: true; recoveryCommands: any; failedCommand: any; errorKind: "GENERAL_ERROR"; routeUpdateActions: any; recoveryMap: { route: "cancel-run"; step: "confirm-cancel"; }; }' but required in type 'RecoveryContentProps'.
|
typechecks:
app/src/organisms/ErrorRecoveryFlows/RecoveryOptions/__tests__/ResumeRun.test.tsx#L27
Property 'hasLaunchedRecovery' is missing in type '{ isOnDevice: true; recoveryCommands: any; failedCommand: any; errorKind: "GENERAL_ERROR"; routeUpdateActions: any; recoveryMap: { route: "retry-failed-command"; step: "confirm-retry"; }; }' but required in type 'RecoveryContentProps'.
|
typechecks:
app/src/organisms/ErrorRecoveryFlows/RecoveryOptions/__tests__/SelectRecoveryOptions.test.tsx#L42
Property 'hasLaunchedRecovery' is missing in type '{ isOnDevice: true; errorKind: "GENERAL_ERROR"; failedCommand: any; recoveryCommands: any; routeUpdateActions: any; recoveryMap: { route: "retry-failed-command"; step: "confirm-retry"; }; }' but required in type 'RecoveryContentProps'.
|
typechecks:
app/src/organisms/ErrorRecoveryFlows/__tests__/BeforeBeginning.test.tsx#L29
Property 'hasLaunchedRecovery' is missing in type '{ isOnDevice: true; recoveryCommands: any; failedCommand: any; errorKind: "GENERAL_ERROR"; routeUpdateActions: any; recoveryMap: { route: "before-beginning"; step: "recovery-description"; }; }' but required in type 'RecoveryContentProps'.
|
typechecks:
app/src/organisms/ErrorRecoveryFlows/__tests__/ErrorRecoveryWizard.test.tsx#L47
Property 'hasLaunchedRecovery' is missing in type '{ failedCommand: any; recoveryCommands: any; errorKind: "GENERAL_ERROR"; routeUpdateActions: any; recoveryMap: IRecoveryMap; isOnDevice: true; }' but required in type 'RecoveryContentProps'.
|
typechecks:
app/src/organisms/ErrorRecoveryFlows/__tests__/ErrorRecoveryWizard.test.tsx#L172
Expected 1 arguments, but got 2.
|
typechecks:
app/src/organisms/ErrorRecoveryFlows/__tests__/RecoveryInProgress.test.tsx#L26
Property 'hasLaunchedRecovery' is missing in type '{ isOnDevice: true; errorKind: "GENERAL_ERROR"; failedCommand: any; recoveryCommands: any; routeUpdateActions: any; recoveryMap: { route: "robot-in-motion"; step: "in-motion"; }; }' but required in type 'RecoveryContentProps'.
|
typechecks:
app/src/organisms/ErrorRecoveryFlows/__tests__/RunPausedSplash.test.tsx#L32
Object literal may only specify known properties, and 'errorType' does not exist in type 'RunPausedSplashProps'.
|
typechecks:
app/src/organisms/ErrorRecoveryFlows/__tests__/utils.test.ts#L54
Type '{ recoveryMap: { route: "retry-failed-command"; step: "confirm-retry"; }; setRecoveryMap: Mock<any, any>; }' is missing the following properties from type 'GetRouteUpdateActionsParams': hasLaunchedRecovery, toggleERWizard
|
typechecks
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/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:
api-client/src/protocols/utils.ts#L103
A record is preferred over an index signature
|
lint js:
api-client/src/protocols/utils.ts#L134
A record is preferred over an index signature
|
lint js:
api-client/src/protocols/utils.ts#L162
A record is preferred over an index signature
|
Loading