Merge pull request #531 from HausDAO/develop #201
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:
libs/wizard-form-builder/src/types/wizardFormLegoTypes.ts#L25
Unexpected any. Specify a different type
|
build:
libs/form-builder/src/components/CheckRender.tsx#L11
Unexpected any. Specify a different type
|
build:
libs/form-builder/src/components/TupleObject.tsx#L9
Unexpected any. Specify a different type
|
build:
apps/admin/src/pages/FormTest.tsx#L3
'PROPOSAL_FORMS' is defined but never used
|
build:
apps/admin/src/pages/Proposal.tsx#L18
'ProposalTypeIds' is defined but never used
|
build:
apps/admin/src/theme.tsx#L5
Unexpected any. Specify a different type
|
build:
libs/moloch-v3-fields/src/fields/MultisendActions.tsx#L451
React Hook useEffect has missing dependencies: 'actionId', 'dataFieldId', and 'setValue'. Either include them or remove the dependency array
|
build:
libs/moloch-v3-fields/src/fields/TransferTokens.tsx#L101
React Hook useCallback has missing dependencies: 'props.id', 'setValue', and 'tokenBalance'. Either include them or remove the dependency array
|
build:
libs/moloch-v3-fields/src/fields/TransferTokens.tsx#L118
React Hook useMemo has a missing dependency: 'props.rules'. Either include it or remove the dependency array
|
build:
libs/moloch-v3-macro-ui/src/components/ProposalActionData/ProposalActionData.tsx#L15
'H4' is defined but never used
|