release: promote beta to main #1197
Merged
Annotations
20 errors and 20 warnings
|
Report remaining lint issues:
client/src/components/DataTable/filters/DateFilter.test.tsx#L151
'rerender' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Report remaining lint issues:
client/src/components/DataTable/DataTableHeader.test.tsx#L259
'container' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Report remaining lint issues:
client/src/components/DataTable/DataTableHeader.test.tsx#L221
'container' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Report remaining lint issues:
client/src/components/DataTable/DataTableHeader.test.tsx#L1
'beforeEach' is defined but never used. Allowed unused vars must match /^_/u
|
|
Report remaining lint issues:
client/src/components/DataTable/DataTableColumnSettings.test.tsx#L1
'beforeEach' is defined but never used. Allowed unused vars must match /^_/u
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L886
Do not use immediately-invoked function expressions in JSX. IIFEs will not be optimized by React Compiler
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.test.tsx#L64
Do not define hook 'useFormatters' inside a function. Hooks should be defined at the module level. Move it to the top level
|
|
Report remaining lint issues:
client/src/components/BudgetSummaryCard/BudgetSummaryCard.test.tsx#L63
Do not define hook 'useFormatters' inside a function. Hooks should be defined at the module level. Move it to the top level
|
|
Report remaining lint issues:
client/src/components/AppShell/AppShell.test.tsx#L36
Do not define hook 'useTheme' inside a function. Hooks should be defined at the module level. Move it to the top level
|
|
Report remaining lint issues:
client/src/components/AppShell/AppShell.test.tsx#L15
Do not define hook 'useAuth' inside a function. Hooks should be defined at the module level. Move it to the top level
|
|
Run lint fix:
client/src/components/DataTable/filters/DateFilter.test.tsx#L151
'rerender' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Run lint fix:
client/src/components/DataTable/DataTableHeader.test.tsx#L259
'container' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Run lint fix:
client/src/components/DataTable/DataTableHeader.test.tsx#L221
'container' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Run lint fix:
client/src/components/DataTable/DataTableHeader.test.tsx#L1
'beforeEach' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run lint fix:
client/src/components/DataTable/DataTableColumnSettings.test.tsx#L1
'beforeEach' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L886
Do not use immediately-invoked function expressions in JSX. IIFEs will not be optimized by React Compiler
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.test.tsx#L64
Do not define hook 'useFormatters' inside a function. Hooks should be defined at the module level. Move it to the top level
|
|
Run lint fix:
client/src/components/BudgetSummaryCard/BudgetSummaryCard.test.tsx#L63
Do not define hook 'useFormatters' inside a function. Hooks should be defined at the module level. Move it to the top level
|
|
Run lint fix:
client/src/components/AppShell/AppShell.test.tsx#L36
Do not define hook 'useTheme' inside a function. Hooks should be defined at the module level. Move it to the top level
|
|
Run lint fix:
client/src/components/AppShell/AppShell.test.tsx#L15
Do not define hook 'useAuth' inside a function. Hooks should be defined at the module level. Move it to the top level
|
|
Report remaining lint issues:
client/src/components/DataTable/filters/DateFilter.tsx#L28
Do not call the 'set' function 'setLocalFrom' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
Report remaining lint issues:
client/src/components/DataTable/DataTableHeader.tsx#L32
A ref identifier must be named 'ref' or ending in 'Ref'
|
|
Report remaining lint issues:
client/src/components/DataTable/DataTable.tsx#L162
To prevent re-computation, consider using lazy initial state for useState calls that involve function calls. Ex: 'useState(() => getValue())'
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L701
In React 19, you can render '<Context>' as a provider instead of '<Context.Provider>'
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L584
To prevent re-computation, consider using lazy initial state for useState calls that involve function calls. Ex: 'useState(() => getValue())'
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L25
In React 19, 'use' is preferred over 'useContext' because it is more flexible
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.test.tsx#L64
If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
|
|
Report remaining lint issues:
client/src/components/BudgetSummaryCard/BudgetSummaryCard.test.tsx#L63
If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
|
|
Report remaining lint issues:
client/src/components/AppShell/AppShell.test.tsx#L36
If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
|
|
Report remaining lint issues:
client/src/components/AppShell/AppShell.test.tsx#L15
If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
|
|
Run lint fix:
client/src/components/DataTable/filters/DateFilter.tsx#L28
Do not call the 'set' function 'setLocalFrom' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
|
|
Run lint fix:
client/src/components/DataTable/DataTableHeader.tsx#L32
A ref identifier must be named 'ref' or ending in 'Ref'
|
|
Run lint fix:
client/src/components/DataTable/DataTable.tsx#L162
To prevent re-computation, consider using lazy initial state for useState calls that involve function calls. Ex: 'useState(() => getValue())'
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L701
In React 19, you can render '<Context>' as a provider instead of '<Context.Provider>'
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L584
To prevent re-computation, consider using lazy initial state for useState calls that involve function calls. Ex: 'useState(() => getValue())'
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L25
In React 19, 'use' is preferred over 'useContext' because it is more flexible
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.test.tsx#L64
If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
|
|
Run lint fix:
client/src/components/BudgetSummaryCard/BudgetSummaryCard.test.tsx#L63
If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
|
|
Run lint fix:
client/src/components/AppShell/AppShell.test.tsx#L36
If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
|
|
Run lint fix:
client/src/components/AppShell/AppShell.test.tsx#L15
If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
|
background
wait
wait-all
cancel
Loading