release: promote beta to main #1392
Merged
Annotations
20 errors and 22 warnings
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L1020
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.tsx#L797
'sum' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L79
'resolveLineCost' is defined but never used. Allowed unused vars must match /^_/u
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L22
'sharedStyles' is defined but never used. Allowed unused vars must match /^_/u
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L1
'useCallback' is defined but never used. Allowed unused vars must match /^_/u
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.test.tsx#L65
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/CostBreakdownTable/CostBreakdownTable.test.tsx#L5
'within' is defined but never used. Allowed unused vars must match /^_/u
|
|
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/CostBreakdownTable/CostBreakdownTable.tsx#L1020
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.tsx#L797
'sum' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L79
'resolveLineCost' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L22
'sharedStyles' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L1
'useCallback' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.test.tsx#L65
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/CostBreakdownTable/CostBreakdownTable.test.tsx#L5
'within' is defined but never used. Allowed unused vars must match /^_/u
|
|
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
|
|
Post Generate app token
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L824
In React 19, you can render '<Context>' as a provider instead of '<Context.Provider>'
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L692
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#L44
In React 19, 'use' is preferred over 'useContext' because it is more flexible
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L29
In React 19, 'use' is preferred over 'useContext' because it is more flexible
|
|
Report remaining lint issues:
client/src/components/CostBreakdownTable/CostBreakdownTable.test.tsx#L65
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/CostBreakdownTable/CostBreakdownTable.tsx#L824
In React 19, you can render '<Context>' as a provider instead of '<Context.Provider>'
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L692
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#L44
In React 19, 'use' is preferred over 'useContext' because it is more flexible
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.tsx#L29
In React 19, 'use' is preferred over 'useContext' because it is more flexible
|
|
Run lint fix:
client/src/components/CostBreakdownTable/CostBreakdownTable.test.tsx#L65
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
|
|
Generate app token
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
Loading