fix(component): fix product card design #319
Annotations
1 error and 13 warnings
🃏 Test
Process completed with exit code 1.
|
⬣ ESLint
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/
|
⬣ ESLint:
src/app/[locale]/inbox/[id]/page.js#L13
Unexpected console statement
|
⬣ ESLint:
src/components/map/Map.js#L10
'setCoord' is assigned a value but never used. Allowed unused vars must match /^_/u
|
⬣ ESLint:
src/components/myListings/__tests__/MyListings.test.js#L22
'type' is assigned a value but never used. Allowed unused vars must match /^_/u
|
⬣ ESLint:
src/components/notifications/NotificationsDropDown.js#L48
React Hook useEffect has missing dependencies: 'fetchData', 'updatedNotificationsVisibility', and 'user'. Either include them or remove the dependency array
|
⬣ ESLint:
src/components/notifications/NotificationsDropDown.js#L63
'payload' is defined but never used. Allowed unused args must match /^_/u
|
⬣ ESLint:
src/components/notifications/NotificationsDropDown.js#L67
'realtime' is assigned a value but never used. Allowed unused vars must match /^_/u
|
⬣ ESLint:
src/components/notifications/NotificationsDropDown.js#L84
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
|
⬣ ESLint:
src/components/userProfileForm/UserProfileForm.js#L2
Run autofix to sort these imports!
|
⬣ ESLint:
src/components/userProvider/UserProvider.js#L22
React Hook useEffect has a missing dependency: 'getCurrentUser'. Either include it or remove the dependency array. If 'getCurrentUser' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
⬣ ESLint:
src/lib/_supabase.js#L151
'error' is assigned a value but never used. Allowed unused vars must match /^_/u
|
🃏 Test
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/
|
💅 Prettier
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/
|