fix hotkey info position issue #48539
Annotations
9 errors and 10 warnings
typechecks:
protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/PresavedStep.tsx#L35
Property 'sidebarWidth' is missing in type '{ onMouseEnter: () => void; onMouseLeave: () => void; selected: boolean; hovered: boolean; iconName: string; title: string; }' but required in type 'StepContainerProps'.
|
typechecks:
protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/DraggableSteps.tsx#L187
Property 'sidebarWidth' is missing in type '{ iconName: string; title: any; }' but required in type 'StepContainerProps'.
|
typechecks:
protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/__tests__/AddStepButton.test.tsx#L28
Property 'hasText' is missing in type '{}' but required in type 'AddStepButtonProps'.
|
typechecks:
protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/__tests__/StepContainer.test.tsx#L26
Property 'sidebarWidth' is missing in type '{ title: string; iconName: string; onClick: Mock<[event: React.MouseEvent<Element, MouseEvent>], void>; selected: false; hovered: false; stepId: string; hasError: false; isStepAfterError: false; }' but required in type 'StepContainerProps'.
|
typechecks:
protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/__tests__/TimelineToolbox.test.tsx#L21
Property 'sidebarWidth' is missing in type '{}' but required in type 'TimelineToolboxProps'.
|
typechecks
Process completed with exit code 2.
|
lint js:
protocol-designer/src/pages/Designer/ProtocolSteps/index.tsx#L10
'DIRECTION_ROW' is defined but never used
|
lint js:
protocol-designer/src/pages/Designer/ProtocolSteps/index.tsx#L14
'JUSTIFY_END' is defined but never used
|
lint js
Process completed with exit code 2.
|
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