Prod Release 03/07/24 #36
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L1
Run autofix to sort these imports!
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L66
'setBlockView' is assigned a value but never used. Allowed unused vars must match /^_/u
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L164
React Hook useEffect has missing dependencies: 'debouncedValidateSQLSchema', 'handleCodeGen', 'indexingCode', and 'schema'. Either include them or remove the dependency array
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L182
React Hook useEffect has missing dependencies: 'fileName' and 'storageManager'. Either include them or remove the dependency array
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L186
React Hook useEffect has a missing dependency: 'cacheToLocal'. Either include it or remove the dependency array
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L197
React Hook useEffect has a missing dependency: 'handleCursorChange'. Either include it or remove the dependency array. Mutable values like 'monacoEditorRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L202
React Hook useEffect has missing dependencies: 'handleCodeGen' and 'storageManager'. Either include them or remove the dependency array
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L206
React Hook useEffect has a missing dependency: 'storageManager'. Either include it or remove the dependency array
|
frontend/src/components/Editor/EditorViewContainer/EditorMenuContainer.tsx#L1
Run autofix to sort these imports!
|
frontend/src/components/Logs/LogsMenu.tsx#L22
'currentUserAccountId' is defined but never used. Allowed unused args must match /^_/u
|
This job succeeded
Loading