What is wrong here?
const userWalletKeys = Wallet.createRandom().mnemonic
const userWallet = ethers.Wallet.fromMnemonic(userWalletKeys.phrase)
I get this error at line 2 of code:
Uncaught TypeError: ethers__WEBPACK_IMPORTED_MODULE_3__.Wallet.fromMnemonic is not a function
I tried to generate a random mnemonic phrase for a ether wallet.