Skip to content

Polish suggestions (#6) #20

Polish suggestions (#6)

Polish suggestions (#6) #20

Triggered via push February 23, 2025 21:17
Status Failure
Total duration 2m 10s
Artifacts

test_fe.yaml

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

Annotations

3 errors and 11 warnings
🖥️ Lint, test, build frontend
Argument of type '{ op: "suggestions"; data: Omit<{ name: "suggestions"; suggestions: { description: string; id: string; title: string; type: "prompt_idea" | "prompt_warning"; }[]; }, "name">; }' is not assignable to parameter of type 'never'.
🖥️ Lint, test, build frontend
typecheck: command (/home/runner/work/marimo-agents/marimo-agents/frontend/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
🖥️ Lint, test, build frontend
Process completed with exit code 2.
🖥️ Lint, test, build frontend
Cache not found for keys: node-cache-Linux-x64-pnpm-df28e6892111d3035c57040116bb5cb18cdfb3e6c21557ca04aefbf767ec48b6
🖥️ 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/editor/file-tree/file-viewer.tsx#L71
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/output/MarimoErrorOutput.tsx#L114
Reassigning a variable after render has completed can cause inconsistent behavior on subsequent renders. Consider using state instead
🖥️ Lint, test, build frontend: frontend/src/components/editor/renderers/vertical-layout/useDelayVisibility.ts#L24
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/terminal/terminal.tsx#L49
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/terminal/terminal.tsx#L60
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/terminal/terminal.tsx#L81
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/core/cells/outputs.ts#L17
Writing to a variable defined outside a component or hook is not allowed. Consider using an effect
🖥️ Lint, test, build frontend: frontend/src/core/websocket/useWebSocket.tsx#L68
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/hooks/debug.ts#L2
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