chat loading contacts fix #80
Merged
Annotations
10 errors and 7 warnings
client/src/components/Buyer/Contract/GenerateContract.jsx#L19
'validationErrors' is assigned a value but never used
|
client/src/components/Farmer/FDashboard.jsx#L11
'data' is missing in props validation
|
client/src/components/Farmer/FDashboard.jsx#L11
'showSecondaryBox' is missing in props validation
|
client/src/components/Farmer/FDashboard.jsx#L15
'data.profile' is missing in props validation
|
client/src/components/Farmer/FDashboard.jsx#L15
'data.profile.displayName' is missing in props validation
|
client/src/components/Farmer/FDashboard.jsx#L15
'data.profile' is missing in props validation
|
client/src/components/Farmer/FDashboard.jsx#L15
'data.profile.lname' is missing in props validation
|
client/src/components/Farmer/FDashboard.jsx#L16
'data.profile' is missing in props validation
|
client/src/components/Farmer/FDashboard.jsx#L16
'data.profile.phone' is missing in props validation
|
client/src/components/Farmer/FDashboard.jsx#L17
'data.profile' is missing in props validation
|
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/
|
client/src/components/LandingPage/LandingPage.jsx#L48
React Hook useEffect has a missing dependency: 'nextSlide'. Either include it or remove the dependency array
|
client/src/components/Negotiate/Chat.jsx#L69
React Hook useEffect has a missing dependency: 'userType'. Either include it or remove the dependency array
|
client/src/components/Negotiate/Chat.jsx#L107
React Hook useEffect has a missing dependency: 'lang'. Either include it or remove the dependency array
|
client/src/components/Negotiate/Chat.jsx#L117
React Hook useEffect has missing dependencies: 'prevRoomID' and 'socket'. Either include them or remove the dependency array
|
client/src/components/Negotiate/old.jsx#L38
React Hook useEffect has missing dependencies: 'SERVER_PORT', 'currentUser.uid', and 'userType'. Either include them or remove the dependency array
|
client/src/components/context/auth_context.jsx#L7
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
This job failed
Loading