Assets page fixes & wallet button new design #3796
Annotations
2 errors and 3 warnings
build-app
Type '{ address: string; alias: string; balance: string; small?: boolean | undefined; hidden?: boolean | undefined; key?: Key | null | undefined; value?: string | number | readonly string[] | undefined; ... 274 more ...; icon?: ReactElement<...> | ... 1 more ... | undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<{ variant?: "primary" | "secondary" | "tertiary" | "wallet" | "inverted" | undefined; small?: boolean | undefined; icon?: ReactElement<any, string | JSXElementConstructor<...>> | ComponentType<...> | undefined; ... 4 more ...; active?: boolean | undefined; } & { ...; } & Omit<...>, "type" ...'.
|
build-app
Process completed with exit code 2.
|
build-app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-app:
centrifuge-app/src/components/PoolCard/index.tsx#L202
React Hook useMemo has missing dependencies: 'createdAt' and 'poolId'. Either include them or remove the dependency array
|
build-app:
centrifuge-app/src/components/PoolOverview/TrancheTokenCards.tsx#L148
React Hook useMemo has missing dependencies: 'daysSinceCreation', 'isTinlakePool', and 'poolId'. Either include them or remove the dependency array
|