Merge pull request #537 from HausDAO/develop #205
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
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/
|
build:
apps/admin/src/pages/FormTest.tsx#L3
'PROPOSAL_FORMS' is defined but never used
|
build:
apps/admin/src/pages/Proposal.tsx#L19
'Button' is defined but never used
|
build:
apps/admin/src/pages/Proposal.tsx#L24
'getFarcastleFramemUrl' is defined but never used
|
build:
apps/admin/src/pages/Proposal.tsx#L33
'FarcasterLogo' is defined but never used
|
build:
apps/admin/src/theme.tsx#L5
Unexpected any. Specify a different type
|
build:
libs/moloch-v3-macro-ui/src/components/ProposalActionData/ProposalActionData.tsx#L15
'H4' is defined but never used
|
build:
libs/moloch-v3-macro-ui/src/components/ProposalCard/ActionPrimitives.tsx#L20
'HAUS_RPC' is defined but never used
|
build:
libs/moloch-v3-macro-ui/src/components/ProposalDetails/ProposalDetails.tsx#L33
'FarcasterShareLink' is defined but never used
|
build:
libs/moloch-v3-macro-ui/src/components/SafeCard/SafeBalancesTable.tsx#L61
React Hook useMemo has an unnecessary dependency: 'balances'. Either exclude it or remove the dependency array
|
build:
libs/moloch-v3-macro-ui/src/components/SafeCard/SafeCard.tsx#L63
React Hook useMemo has missing dependencies: 'daoChain' and 'nativeTokenSymbol'. Either include them or remove the dependency array
|