Upgrade React SDK, fix inbox tabs #8
Annotations
2 errors and 9 warnings
src/helpers/tests/string.test.ts:
src/helpers/createRandomWallet.ts#L6
Error: expected Uint8Array, got object
❯ toBytes node_modules/@noble/hashes/src/utils.ts:105:25
❯ hashC node_modules/@noble/hashes/src/utils.ts:177:63
❯ keccak256 node_modules/viem/utils/hash/keccak256.ts:26:17
❯ checksumAddress node_modules/viem/utils/address/getAddress.ts:21:16
❯ publicKeyToAddress node_modules/viem/accounts/utils/publicKeyToAddress.ts:28:10
❯ Module.privateKeyToAccount node_modules/viem/accounts/privateKeyToAccount.ts:39:19
❯ src/helpers/createRandomWallet.ts:6:12
|
test
Process completed with exit code 1.
|
lint:
src/component-library/components/ConversationList/ConversationList.tsx#L41
Do not use Array index in keys
|
lint:
src/component-library/components/ScreenEffects/RainEffect.tsx#L44
Do not use Array index in keys
|
lint:
src/component-library/components/ScreenEffects/SnowEffect.tsx#L43
Do not use Array index in keys
|
lint:
src/global.d.ts#L2
Unexpected any. Specify a different type
|
lint:
src/global.d.ts#L7
Unexpected any. Specify a different type
|
lint:
src/global.d.ts#L12
Unexpected any. Specify a different type
|
lint:
src/helpers/attachments.ts#L72
iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in favor of array iterations
|
lint:
src/helpers/functions.ts#L15
Unexpected any. Specify a different type
|
lint:
src/helpers/functions.ts#L15
Unexpected any. Specify a different type
|