feat(dac): add DAC voting app #597
Annotations
9 warnings
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/.
|
lint:
src/components/Navbar/Account.tsx#L50
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
lint:
src/components/Navbar/LoggedInAccount.tsx#L18
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
lint:
src/components/Navbar/NetworkSwitcher.tsx#L5
'CircularProgress' is defined but never used
|
lint:
src/components/Partners/PartnerCard.tsx#L19
'isConsortiumMember' is assigned a value but never used
|
lint:
src/components/PlatformSwitcher.tsx#L84
Array.prototype.map() expects a value to be returned at the end of arrow function
|
lint:
src/views/partners/CreateOfferForm.tsx#L19
React Hook useEffect has missing dependencies: 'dispatch' and 'navigate'. Either include them or remove the dependency array
|
lint:
src/views/partners/CreatedOffers.tsx#L21
React Hook useEffect has missing dependencies: 'dispatch' and 'navigate'. Either include them or remove the dependency array
|
lint:
src/views/partners/Partner.tsx#L50
'isConsortiumMember' is assigned a value but never used
|
Loading