feat(finish-up): implemented major featuires #11
Annotations
10 errors and 10 warnings
Build:
node_modules/@supabase/realtime-js/dist/module/RealtimeClient.d.ts#L6
Could not find a declaration file for module 'ws'. '/home/runner/work/friend.tech/friend.tech/node_modules/ws/index.js' implicitly has an 'any' type.
|
Build:
node_modules/jsontokens/lib/decode.d.ts#L4
Property 'alg' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
|
Build:
node_modules/jsontokens/lib/decode.d.ts#L5
Property 'typ' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
|
Build:
node_modules/jsontokens/lib/decode.d.ts#L9
Property 'iss' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
|
Build:
node_modules/jsontokens/lib/decode.d.ts#L10
Property 'jti' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
|
Build:
node_modules/jsontokens/lib/decode.d.ts#L11
Property 'iat' of type 'string | number | undefined' is not assignable to 'string' index type 'Json'.
|
Build:
node_modules/jsontokens/lib/decode.d.ts#L12
Property 'exp' of type 'string | number | undefined' is not assignable to 'string' index type 'Json'.
|
Build:
node_modules/micro-stacks/api.d.ts#L1
Cannot find module '@stacks/stacks-blockchain-api-types' or its corresponding type declarations.
|
Build:
node_modules/micro-stacks/connect.d.ts#L273
Subsequent property declarations must have the same type. Property 'StacksProvider' must be of type 'StacksProvider | undefined', but here has type 'StacksProvider | undefined'.
|
Build
Process completed with exit code 2.
|
Lint:
src/App.tsx#L21
'address' is assigned a value but never used
|
Lint:
src/App.tsx#L22
'isSignatureVerified' is assigned a value but never used
|
Lint:
src/App.tsx#L23
'hasFetchedReadOnly' is assigned a value but never used
|
Lint:
src/App.tsx#L51
'connectWallet' is assigned a value but never used
|
Lint:
src/App.tsx#L55
'disconnectWallet' is assigned a value but never used
|
Lint:
src/App.tsx#L62
'fetchReadOnly' is assigned a value but never used
|
Lint:
src/App.tsx#L86
'signMessage' is assigned a value but never used
|
Lint:
src/components/chatLeftMenu.tsx#L2
'NavLink' is defined but never used
|
Lint:
src/components/chatLeftMenu.tsx#L17
'error' is assigned a value but never used
|
Lint:
src/components/chatLeftMenu.tsx#L22
Forbidden non-null assertion
|