Prod Release 2 - 31/07/2024 #132
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L1
Run autofix to sort these imports!
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L34
'SCHEMA_TAB_NAME' is assigned a value but never used. Allowed unused vars must match /^_/u
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L74
'setBlockView' is assigned a value but never used. Allowed unused vars must match /^_/u
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L180
React Hook useEffect has missing dependencies: 'fileName' and 'storageManager'. Either include them or remove the dependency array
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L191
React Hook useEffect has a missing dependency: 'storageManager'. Either include it or remove the dependency array
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L204
React Hook useEffect has missing dependencies: 'handleCodeGen', 'indexingCode', and 'schema'. Either include them or remove the dependency array
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L208
React Hook useEffect has a missing dependency: 'cacheToLocal'. Either include it or remove the dependency array
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L219
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#L224
React Hook useEffect has missing dependencies: 'handleCodeGen' and 'storageManager'. Either include them or remove the dependency array
|
frontend/src/components/Editor/EditorComponents/Editor.tsx#L228
React Hook useEffect has a missing dependency: 'storageManager'. Either include it or remove the dependency array
|
This job succeeded
Loading