Skip to content

Display Goal/Target Information on Mobile #14078

Display Goal/Target Information on Mobile

Display Goal/Target Information on Mobile #14078

Triggered via pull request March 6, 2025 00:27
Status Failure
Total duration 1m 34s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx#L145
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “BalanceWithCarryover” and pass data as props