Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: move max_columns to avoid breaking change (#3010) #2

chore: move max_columns to avoid breaking change (#3010)

chore: move max_columns to avoid breaking change (#3010) #2

Triggered via push December 1, 2024 06:44
Status Success
Total duration 6m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test_fe.yaml

on: push
changes
9s
changes
🖥️ Lint, test, build frontend
5m 38s
🖥️ Lint, test, build frontend
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
🖥️ Lint, test, build frontend: frontend/src/components/chat/chat-panel.tsx#L88
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/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/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#L398
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