Skip to content

Feat/dbeaver/vscode#86/storybook integration #1359

Feat/dbeaver/vscode#86/storybook integration

Feat/dbeaver/vscode#86/storybook integration #1359

Triggered via pull request February 14, 2025 16:09
Status Failure
Total duration 1m 33s
Artifacts

push-pr-devel.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
Frontend / Lint: webapp/packages/plugin-sql-editor/src/SqlEditor/SqlEditorTools.tsx#L48
Async function 'downloadScriptHandler' has no 'await' expression
Frontend / Lint
Process completed with exit code 1.
Frontend / Lint: webapp/packages/core-blocks/src/FormControls/InputFiles.tsx#L160
React Hook useEffect contains a call to 'setInnerState'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [value, innerState] as a second argument to the useEffect Hook
Frontend / Lint: webapp/packages/core-blocks/src/FormControls/Textarea.tsx#L91
React Hook useCallback has a missing dependency: 'context'. Either include it or remove the dependency array
Frontend / Lint: webapp/packages/core-blocks/src/FormControls/Textarea.tsx#L101
React Hook useLayoutEffect has a missing dependency: 'value'. Either include it or remove the dependency array
Frontend / Lint: webapp/packages/product-base/src/baseConfigurationPlugin.ts#L20
Argument 'packageJson' should be typed with a non-any type