Fix TypeError in NotificationsList Component #8715
Annotations
5 errors and 3 warnings
src/Components/Notifications/NotificationsList.tsx#L201
'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.
|
src/Components/Notifications/NotificationsList.tsx#L201
Argument of type 'string' is not assignable to parameter of type '{ msg: any; }'.
|
src/Components/Notifications/NotificationsList.tsx#L208
'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.
|
src/Components/Notifications/NotificationsList.tsx#L208
Argument of type 'string' is not assignable to parameter of type '{ msg: any; }'.
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The logs for this run have expired and are no longer available.
Loading