Post duration Component was created and addition nav pages are created for share a need and make an offer #124
Annotations
9 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-client?:
client/src/components/FAQs.tsx#L61
Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop
|
lint-client?:
client/src/components/Users/Auth/SetNewPassword.tsx#L155
Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop
|
lint-client?:
client/src/components/Users/Auth/SignUpCitizen/SignUpCitizen.tsx#L59
React Hook useEffect has missing dependencies: 'formData' and 'registerUserMutation'. Either include them or remove the dependency array
|
lint-client?:
client/src/components/Users/Auth/SignUpCitizen/SignUpCitizen.tsx#L66
React Hook useEffect has missing dependencies: 'image', 'updateProfileMutation', and 'user'. Either include them or remove the dependency array
|
lint-client?:
client/src/providers/UserProvider.tsx#L65
React Hook React.useEffect has a missing dependency: 'setUserTimeout'. Either include it or remove the dependency array
|
lint-client?:
client/src/views/EmailVerification.tsx#L33
React Hook React.useEffect has a missing dependency: 'history'. Either include it or remove the dependency array
|
lint-client?:
client/src/views/Login.tsx#L14
React Hook useEffect has a missing dependency: 'modalContext'. Either include it or remove the dependency array
|
lint-client?:
client/src/views/SearchResults.tsx#L131
React Hook React.useEffect has a missing dependency: 'fetchSearchData'. Either include it or remove the dependency array
|
Loading