Skip to content

fix: table selection when being cleared #1044

fix: table selection when being cleared

fix: table selection when being cleared #1044

Triggered via pull request October 31, 2024 16:14
Status Success
Total duration 3m 56s
Artifacts

test_fe.yaml

on: pull_request
🖥️ Lint, test, build frontend
3m 27s
🖥️ Lint, test, build frontend
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
🖥️ Lint, test, build frontend
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🖥️ Lint, test, build frontend: frontend/src/components/debugger/debugger-code.tsx#L58
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
🖥️ Lint, test, build frontend: frontend/src/components/debugger/debugger-code.tsx#L82
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
🖥️ Lint, test, build frontend: frontend/src/components/dependency-graph/dependency-graph-tree.tsx#L73
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
🖥️ Lint, test, build frontend: frontend/src/components/editor/SortableCell.tsx#L53
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
🖥️ Lint, test, build frontend: frontend/src/components/editor/actions/useNotebookActions.tsx#L389
Writing to a variable defined outside a component or hook is not allowed. Consider using an effect
🖥️ Lint, test, build frontend: frontend/src/components/editor/cell/code/cell-editor.tsx#L321
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
🖥️ Lint, test, build frontend: frontend/src/components/editor/cell/code/cell-editor.tsx#L450
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
🖥️ Lint, test, build frontend: frontend/src/components/editor/cell/code/cell-editor.tsx#L450
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
🖥️ Lint, test, build frontend: frontend/src/components/editor/columns/sortable-column.tsx#L51
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
🖥️ Lint, test, build frontend: frontend/src/components/editor/file-tree/file-viewer.tsx#L84
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior