✨ Show subject stats/summary #675
Annotations
6 errors and 1 warning
Build:
app/actions/ModActionPanel/QuickAction.tsx#L678
Type 'AccountStats | undefined' is not assignable to type 'AccountStats'.
|
Build:
app/actions/ModActionPanel/QuickAction.tsx#L679
Type 'RecordsStats | undefined' is not assignable to type 'RecordsStats'.
|
Build:
app/actions/ModActionPanel/QuickAction.tsx#L900
Type 'AccountStats | undefined' is not assignable to type 'AccountStats'.
|
Build:
app/actions/ModActionPanel/QuickAction.tsx#L901
Type 'RecordsStats | undefined' is not assignable to type 'RecordsStats'.
|
Build:
components/mod-event/EventList.tsx#L224
Property 'allowExpansion' is missing in type '{ onAccountTakedownClick: () => void; stats: { accountStats: AccountStats; recordsStats: RecordsStats; }; }' but required in type '{ onAccountTakedownClick?: (() => void) | undefined; allowExpansion: boolean; stats: { accountStats?: AccountStats | undefined; recordsStats?: RecordsStats | undefined; }; }'.
|
Build
Process completed with exit code 2.
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|