Skip to content

Lazy load NFTs on DAO page to support DAOs with many NFTs #2273

Lazy load NFTs on DAO page to support DAOs with many NFTs

Lazy load NFTs on DAO page to support DAOs with many NFTs #2273

Triggered via pull request September 22, 2023 17:30
Status Failure
Total duration 7m 43s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Lint & Test
Type '{}' does not satisfy the constraint 'keyof IntrinsicElements | JSXElementConstructor<any>'.
Lint & Test
Type '<T extends TokenCardInfo>({ connected, tokens, nfts, FiatDepositModal, createCrossChainAccountPrefillHref, ...props }: TreasuryAndNftsTabProps<T>) => Element' has no signatures for which the type argument list is applicable.
Lint & Test
Type '{}' is missing the following properties from type '{ connected: boolean; tokens: LoadingData<{ infos: TokenCardInfo[]; loading: Record<string, boolean>; }>; nfts: Partial<Record<string, LoadingDataWithError<LazyNftCardProps[]>>>; StargazeNftImportModal: ComponentType<...>; FiatDepositModal: ComponentType<...>; }': connected, tokens, nfts, StargazeNftImportModal, FiatDepositModal
Lint & Test
Generic type 'TreasuryAndNftsTabProps' requires 1 type argument(s).
Lint & Test
Process completed with exit code 2.
Lint & Test
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/