Feature/christenjack/storage #151
Annotations
9 errors and 8 warnings
Frontend check:
frontend/src/components/EventSidebar.tsx#L56
'warningOpen' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
Frontend check:
frontend/src/components/EventSidebar.tsx#L75
'handleCancel' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Frontend check:
frontend/src/components/EventSidebar.tsx#L93
'handleCloseSidebar' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Frontend check:
frontend/src/components/EventSidebar.tsx#L181
'confirmDelete' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Frontend check:
frontend/src/components/EventSidebar.tsx#L429
Promise-returning function provided to attribute where a void return was expected
|
Frontend check:
frontend/src/components/NewsletterSidebar.tsx#L100
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Frontend check:
frontend/src/components/NewsletterSidebar.tsx#L111
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Frontend check:
frontend/src/components/NewsletterSidebar.tsx#L305
Promise-returning function provided to attribute where a void return was expected
|
Frontend check
Process completed with exit code 1.
|
Frontend check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Frontend check:
frontend/src/app/admin/event-creator/page.tsx#L340
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Frontend check:
frontend/src/components/EventSidebar.tsx#L15
There should be at least one empty line between import groups
|
Frontend check:
frontend/src/components/EventSidebar.tsx#L16
`./TextArea` import should occur before import of `./TextAreaCharLimit`
|
Frontend check:
frontend/src/components/NewsletterSidebar.tsx#L13
There should be at least one empty line between import groups
|
Frontend check:
frontend/src/components/NewsletterSidebar.tsx#L14
`./TextArea` import should occur before import of `./TextField`
|
Frontend check:
frontend/src/components/TextAreaCharLimit.tsx#L3
There should be at least one empty line between import groups
|
Frontend check:
frontend/src/components/TextAreaCharLimit.tsx#L4
`./TextArea` import should occur before import of `@/components/CharacterCount`
|