Transaction Inbox and Messaging (POC) #121
Annotations
2 errors and 8 warnings
client/src/views/Messages.tsx#L4
'patchRequest' is defined but never used
|
|
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/.
|
client/src/components/Users/Auth/SignUpCitizen/SignUpCitizen.tsx#L76
React Hook useEffect has a missing dependency: 'registerUserMutation'. Either include it or remove the dependency array
|
client/src/components/Users/Auth/SignUpCitizen/SignUpCitizen.tsx#L83
React Hook useEffect has a missing dependency: 'updateProfileMutation'. Either include it or remove the dependency array
|
client/src/providers/UserProvider.tsx#L65
React Hook React.useEffect has a missing dependency: 'setUserTimeout'. Either include it or remove the dependency array
|
client/src/views/EmailVerification.tsx#L33
React Hook React.useEffect has a missing dependency: 'history'. Either include it or remove the dependency array
|
client/src/views/Login.tsx#L14
React Hook useEffect has a missing dependency: 'modalContext'. Either include it or remove the dependency array
|
client/src/views/Messages.tsx#L4
'patchRequest' is defined but never used
|
client/src/views/SearchResults.tsx#L131
React Hook React.useEffect has a missing dependency: 'fetchSearchData'. Either include it or remove the dependency array
|
This job failed
Loading