updated types #332
Annotations
10 errors and 7 warnings
Run npm run tsc:
lib/flow/account.ts#L56
'"/home/runner/work/faucet/faucet/node_modules/@onflow/fcl/types/fcl"' has no exported member named 'Authorization'. Did you mean 'authorization'?
|
Run npm run tsc:
lib/flow/account.ts#L72
'"/home/runner/work/faucet/faucet/node_modules/@onflow/fcl/types/fcl"' has no exported member named 'Event'. Did you mean 'events'?
|
Run npm run tsc:
lib/flow/fund.ts#L93
'"/home/runner/work/faucet/faucet/node_modules/@onflow/fcl/types/fcl"' has no exported member named 'Authorization'. Did you mean 'authorization'?
|
Run npm run tsc:
lib/flow/index.ts#L8
'"/home/runner/work/faucet/faucet/node_modules/@onflow/fcl/types/fcl"' has no exported member named 'Authorization'. Did you mean 'authorization'?
|
Run npm run tsc:
lib/flow/index.ts#L12
Property 'addr' does not exist on type '{}'.
|
Run npm run tsc:
lib/flow/send.ts#L11
'"/home/runner/work/faucet/faucet/node_modules/@onflow/fcl/types/fcl"' has no exported member named 'TransactionArg'. Did you mean 'transaction'?
|
Run npm run tsc:
lib/flow/send.ts#L12
'"/home/runner/work/faucet/faucet/node_modules/@onflow/fcl/types/fcl"' has no exported member named 'Authorization'. Did you mean 'authorization'?
|
Run npm run tsc:
lib/flow/send.ts#L13
'"/home/runner/work/faucet/faucet/node_modules/@onflow/fcl/types/fcl"' has no exported member named 'Authorization'. Did you mean 'authorization'?
|
Run npm run tsc:
lib/flow/send.ts#L14
'"/home/runner/work/faucet/faucet/node_modules/@onflow/fcl/types/fcl"' has no exported member named 'Authorization'. Did you mean 'authorization'?
|
Run npm run tsc:
lib/flow/send.ts#L33
'"/home/runner/work/faucet/faucet/node_modules/@onflow/fcl/types/fcl"' has no exported member named 'TransactionArg'. Did you mean 'transaction'?
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run lint:
components/Header.tsx#L32
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Run npm run lint:
components/LoadingFeedback.tsx#L24
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
Run npm run lint:
components/LoadingFeedback.tsx#L24
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Run npm run lint:
components/SidebarAccordion.tsx#L142
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
Run npm run lint:
components/SidebarAccordion.tsx#L142
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Run npm run lint:
pages/api/account.ts#L16
Assign arrow function to a variable before exporting as module default
|
Loading