Feat/dbeaver/vscode#86/storybook integration #1355
push-pr-devel.yml
on: pull_request
Check
/
Build
1m 6s
Frontend
/
Build
1m 32s
Server
/
Lint
15s
Frontend
/
Lint
31s
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
|