Skip to content

feature(app,protocol-designer): Remove aa from deck config #58979

feature(app,protocol-designer): Remove aa from deck config

feature(app,protocol-designer): Remove aa from deck config #58979

Status Failure
Total duration 7m 57s
Artifacts

js-check.yaml

on: pull_request

Annotations

12 errors and 10 warnings
js checks: app/src/local-resources/labware/utils/getAllDefinitions.ts#L22
Unsafe spread of an `any` array type
js checks: app/src/local-resources/labware/hooks/useAllLabware.ts#L17
Unsafe argument of type `any` assigned to a parameter of type `string`
js checks: app/src/atoms/buttons/MediumButton.stories.tsx#L15
Unsafe argument of type `any` assigned to a parameter of type `{}`
js checks: app/src/atoms/buttons/FloatingActionButton.stories.tsx#L14
Unsafe argument of type `any` assigned to a parameter of type `{}`
js checks: app/src/assets/labware/getLabware.ts#L23
Unsafe argument of type `any` assigned to a parameter of type `ArrayLike<unknown> | { [s: string]: unknown; }`
js checks: app/src/DesignTokens/Spacing/Spacing.stories.tsx#L69
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
js checks: app/src/DesignTokens/Colors/Colors.stories.tsx#L117
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
js checks: app/src/DesignTokens/BorderRadius/BorderRadius.stories.tsx#L64
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
js checks: app/src/App/hooks.ts#L71
Unsafe argument of type `any` assigned to a parameter of type `List<unknown>`
js checks: app/src/App/hooks.ts#L71
Unsafe argument of type `any` assigned to a parameter of type `List<unknown> | null | undefined`
js checks
Process completed with exit code 2.
js checks: shared-data/js/fixtures.ts#L678
Function lacks ending return statement and return type does not include 'undefined'.
js checks: app-shell-odd/src/notifications/connect.ts#L69
Use a ! assertion to more succinctly remove null and undefined from the type
js checks: app-shell-odd/src/notifications/connect.ts#L40
Promise-returning function provided to property where a void return was expected
js checks: app-shell-odd/src/main.ts#L175
Unexpected nullable object value in conditional. An explicit null check is required
js checks: app-shell-odd/src/main.ts#L159
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
js checks: app-shell-odd/src/main.ts#L158
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
js checks: app-shell-odd/src/main.ts#L99
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
js checks: app-shell-odd/src/main.ts#L53
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
js checks: app-shell-odd/src/main.ts#L43
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
js checks: app-shell-odd/src/http.ts#L131
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
js checks: app-shell-odd/src/http.ts#L102
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator