release: promote beta to main #1215
Closed
Annotations
20 errors and 20 warnings
|
Report remaining lint issues:
client/src/components/DataTable/filters/DateFilter.test.tsx#L167
'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#L940
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#L167
'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#L940
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/DataTable.tsx#L167
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#L751
In React 19, you can render '<Context>' as a provider instead of '<Context.Provider>'
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L630
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#L24
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/AreaBreadcrumb/AreaBreadcrumb.tsx#L37
Do not use item index in the array as its key
|
|
Report remaining lint issues:
client/src/components/AreaBreadcrumb/AreaBreadcrumb.tsx#L31
Do not use item index in the array as its key
|
|
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/DataTable.tsx#L167
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#L751
In React 19, you can render '<Context>' as a provider instead of '<Context.Provider>'
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L630
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#L24
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/AreaBreadcrumb/AreaBreadcrumb.tsx#L37
Do not use item index in the array as its key
|
|
Run lint fix:
client/src/components/AreaBreadcrumb/AreaBreadcrumb.tsx#L31
Do not use item index in the array as its key
|
|
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
|
Loading