docs: update docs to show app view is in bottom right (#2834) #1
test_fe.yaml
on: push
changes
10s
🖥️ Lint, test, build frontend
4m 53s
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
|