TxnLab/use-wallet

Error: Client not found for ID, while PROVIDER_ID is present

adapole opened this issue · 1 comments

All wallet connections work, and connections can return a balance amount with provider Id.

The getClient function returns client not found error when signTransactions is called

Error happens with: const signedTransactions = await signTransactions([encodedTransaction]);

The component calling signTransactions was outside the WalletProvider