Merge pull request #14 from babylonlabs-io/293-bwc-implement-widget-api #7
Annotations
5 errors
lint_test / build:
src/widgets/ChainButton/index.stories.tsx#L28
Property 'chainId' is missing in type '{ className: string; logo: string; name: string; address: string; }' but required in type 'ConnectedWalletProps'.
|
lint_test / build:
src/widgets/WalletProvider/components/Screen.tsx#L27
Binding element 'onToggleInscriptions' implicitly has an 'any' type.
|
lint_test / build:
src/widgets/WalletProvider/components/Screen.tsx#L31
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ readonly TERMS_OF_SERVICE: ({ className, onClose, onAccepTermsOfService }: ScreenProps) => Element; readonly CHAINS: ({ className, onClose }: ScreenProps) => Element; readonly WALLETS: ({ className, onClose, onSelectWallet }: ScreenProps) => Element; readonly INSCRIPTIONS: ({ onToggleInscriptions }: { ...; }) => E...'.
|
lint_test / build:
src/widgets/WalletProvider/components/WalletDialog.tsx#L20
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Connectors'.
|
lint_test / build
Process completed with exit code 2.
|