Develop2 #11
frontend.yml
on: pull_request
build-frontend
1m 9s
deploy-frontend
0s
Annotations
1 error and 12 warnings
build-frontend
Process completed with exit code 1.
|
build-frontend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-frontend
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/
|
build-frontend:
Sample-01/src/App.js#L9
'history' is defined but never used
|
build-frontend:
Sample-01/src/components/IPdetails.js#L2
'Paper' is defined but never used
|
build-frontend:
Sample-01/src/components/NavBar.js#L4
'logo' is defined but never used
|
build-frontend:
Sample-01/src/components/NavBar.js#L11
'NavbarBrand' is defined but never used
|
build-frontend:
Sample-01/src/views/MyPurchases.js#L5
'flightSVG' is defined but never used
|
build-frontend:
Sample-01/src/views/MyPurchases.js#L6
'IPdetails' is defined but never used
|
build-frontend:
Sample-01/src/views/MyPurchases.js#L9
'user' is assigned a value but never used
|
build-frontend:
Sample-01/src/views/PurchaseCompleted.js#L2
'Link' is defined but never used
|
build-frontend:
Sample-01/src/views/PurchaseCompleted.js#L4
'withAuthenticationRequired' is defined but never used
|
build-frontend:
Sample-01/src/views/PurchaseCompleted.js#L38
React Hook useEffect has missing dependencies: 'searchParams' and 'user.email'. Either include them or remove the dependency array
|