[wip] feat: edit inline with AI #1116
test_fe.yaml
on: pull_request
changes
6s
🖥️ Lint, test, build frontend
1m 48s
Annotations
5 errors and 11 warnings
🖥️ Lint, test, build frontend
typecheck: command (/home/runner/work/marimo/marimo/frontend/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
🖥️ Lint, test, build frontend
Argument of type '(selection: any, code: any) => Promise<string>' is not assignable to parameter of type '{ complete: CompleteFunction; }'.
|
🖥️ Lint, test, build frontend
Parameter 'selection' implicitly has an 'any' type.
|
🖥️ Lint, test, build frontend
Parameter 'code' implicitly has an 'any' type.
|
🖥️ Lint, test, build frontend
Process completed with exit code 2.
|
🖥️ 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
|