Display Goal/Target Information on Mobile #14078
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
|
lint:
packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx#L277
Empty components are self-closing
|