Skip to content

added message loading system #39

added message loading system

added message loading system #39

Triggered via pull request September 11, 2024 16:41
@Samyak-SHSamyak-SH
opened #62
main
Status Success
Total duration 31s
Artifacts

lint.yaml

on: pull_request
Lint Client Code
20s
Lint Client Code
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
Lint Client Code: client/src/components/Buyer/Contract/ContractStatus.jsx#L1
'contract' is missing in props validation
Lint Client Code: client/src/components/Buyer/Contract/ContractStatus.jsx#L1
'key' is defined but never used
Lint Client Code: client/src/components/Buyer/Contract/ContractStatus.jsx#L1
'key' is missing in props validation
Lint Client Code: client/src/components/Buyer/Contract/ContractStatus.jsx#L5
'contract.date' is missing in props validation
Lint Client Code: client/src/components/Buyer/Contract/ContractStatus.jsx#L6
'contract.total' is missing in props validation
Lint Client Code: client/src/components/Buyer/Contract/ContractStatus.jsx#L7
'contract.status' is missing in props validation
Lint Client Code: client/src/components/Buyer/Contract/PdfDetails.jsx#L5
'formData' is missing in props validation
Lint Client Code: client/src/components/Buyer/Contract/PdfDetails.jsx#L9
'formData.farmerName' is missing in props validation
Lint Client Code: client/src/components/Buyer/Contract/PdfDetails.jsx#L10
'formData.buyerName' is missing in props validation
Lint Client Code: client/src/components/Buyer/Contract/PdfDetails.jsx#L11
'formData.contractDate' is missing in props validation
Lint Client Code
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 Code: client/src/components/Contract/Contract_2.jsx#L52
React Hook useEffect has a missing dependency: 'contractCount'. Either include it or remove the dependency array
Lint Client Code: client/src/components/Negotiate/Chat.jsx#L51
React Hook useEffect has a missing dependency: 'userType'. Either include it or remove the dependency array
Lint Client Code: client/src/components/Negotiate/Chat.jsx#L93
React Hook useEffect has missing dependencies: 'prevRoomID' and 'socket'. Either include them or remove the dependency array
Lint Client Code: 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
Lint Client Code: client/src/components/context/AuthContext.jsx#L7
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components