refactor: Refactor Editor into TypeScript with Smaller Components and Separate Concerns #26
Annotations
14 warnings
lint
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/.
|
lint:
frontend/src/components/Editor/EditorViewContainer/EditorMenuContainer.tsx#L1
Run autofix to sort these imports!
|
lint:
frontend/src/components/Editor/Legacy/Editor.tsx#L1
Run autofix to sort these imports!
|
lint:
frontend/src/components/Editor/Legacy/Editor.tsx#L53
'setCursorPosition' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
frontend/src/components/Editor/Legacy/Editor.tsx#L66
'setBlockView' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
frontend/src/components/Editor/Legacy/Editor.tsx#L164
React Hook useEffect has missing dependencies: 'debouncedValidateSQLSchema', 'handleCodeGen', 'indexingCode', and 'schema'. Either include them or remove the dependency array
|
lint:
frontend/src/components/Editor/Legacy/Editor.tsx#L171
React Hook useEffect has a missing dependency: 'storageManager'. Either include it or remove the dependency array
|
lint:
frontend/src/components/Editor/Legacy/Editor.tsx#L177
React Hook useEffect has a missing dependency: 'storageManager'. Either include it or remove the dependency array
|
lint:
frontend/src/components/Editor/Legacy/Editor.tsx#L182
React Hook useEffect has missing dependencies: 'handleCodeGen' and 'storageManager'. Either include them or remove the dependency array
|
lint:
frontend/src/components/Editor/Legacy/Editor.tsx#L186
React Hook useEffect has a missing dependency: 'storageManager'. Either include it or remove the dependency array
|
lint:
frontend/src/components/Logs/LogsMenu.tsx#L22
'currentUserAccountId' is defined but never used. Allowed unused args must match /^_/u
|
test
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/.
|
type-check
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/.
|
build
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/.
|