coinbase-wallet-sdk
coinbase-wallet-sdk copied to clipboard
Uncaught TypeError: You provided 'undefined' where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.
I'm trying to add WalletLink support to Nuxt+Vue (2.x) application. Doing everything from readme.md but, got the error (this one from WalletLink 2.2.6 version):
Error is thrown from the very beginning, in the "new WalletLink" part.
Was trying different versions: 2.0.1, 2.2.6, 2.4.2 - all the same.