Skip to content

ran prettier

ran prettier #7

Triggered via push January 14, 2024 10:16
Status Failure
Total duration 2m 30s
Artifacts

ci.yml

on: push
storybook (ubuntu-20.04)
1m 41s
storybook (ubuntu-20.04)
Matrix: integration
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors
integration (ubuntu-20.04)
Process completed with exit code 1.
test (ubuntu-20.04)
Process completed with exit code 1.
lint (ubuntu-20.04): packages/studio-base/src/components/AppBar/AppMenu.tsx#L181
React Hook useMemo has a missing dependency: 'dialogActions.dataSource'. Either include it or remove the dependency array
lint (ubuntu-20.04): packages/studio-base/src/components/DataSourceDialog/Start.tsx#L191
Use a ! assertion to more succinctly remove null and undefined from the type
lint (ubuntu-20.04): packages/studio-base/src/components/DataSourceDialog/Start.tsx#L222
React Hook useCallback has missing dependencies: 'availableSources', 'layoutActions', and 'selectSource'. Either include them or remove the dependency array
lint (ubuntu-20.04): packages/studio-base/src/components/DataSourceDialog/Start.tsx#L226
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
lint (ubuntu-20.04): packages/studio-base/src/components/DataSourceDialog/Start.tsx#L232
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
lint (ubuntu-20.04): packages/studio-base/src/components/DataSourceDialog/Start.tsx#L233
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<ArenaIntance[]>`
lint (ubuntu-20.04): packages/studio-base/src/components/DataSourceDialog/Start.tsx#L244
Use of the sx prop is not advised due to performance issues. Consider using alternative styling methods instead