Added a new ProfileAvatar component and inserted it into _app.tsx #90
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/components/Chat/Chat.tsx#L7
'useQuery' is defined but never used
|
src/components/Chat/Chat.tsx#L8
'useQueryClient' is defined but never used
|
src/components/Chat/Chat.tsx#L11
'supportedLanguages' is assigned a value but never used
|
src/components/Chat/Chat.tsx#L64
Unexpected any. Specify a different type
|
src/components/Chat/Chat.tsx#L77
Unexpected any. Specify a different type
|
src/components/ProfileAvatar.tsx#L7
Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element
|
src/components/ui/Theme/AutoSaveInput.tsx#L6
Unexpected any. Specify a different type
|
src/components/ui/Theme/AutoSaveInput.tsx#L13
'errors' is assigned a value but never used
|
src/components/ui/Theme/AutoSaveInput.tsx#L19
'event' is defined but never used
|
src/components/ui/Theme/ThemeProvider.tsx#L6
'setTheme' is assigned a value but never used
|
The logs for this run have expired and are no longer available.
Loading