experimental: smarter detection of edited code #1771
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🧹 Lint:
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:
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:
frontend/src/components/editor/output/MarimoErrorOutput.tsx#L113
Reassigning a variable after render has completed can cause inconsistent behavior on subsequent renders. Consider using state instead
|
🧹 Lint:
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:
frontend/src/components/static-html/share-modal.tsx#L28
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
🧹 Lint:
frontend/src/components/terminal/terminal.tsx#L48
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:
frontend/src/components/terminal/terminal.tsx#L59
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:
frontend/src/components/terminal/terminal.tsx#L80
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:
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:
frontend/src/core/codemirror/copilot/copilot-config.tsx#L47
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
|
Loading