I have an error when trying to get the wallet from the fuel hook using
console.log("getting wallet");
console.log("account", account);
const wallet = await fuel.getWallet(account);
console.log("wallet", wallet);
I have the latest fuel wallet, and the config is set to devMode
package versions:
“fuels”: “^0.62.0”,
“@fuel-ui/css”: “^0.23.0”,
“@fuel-ui/react”: “^0.23.0”,
“@fuel-wallet/react”: “^0.15.2”,
“@fuel-wallet/sdk”: “^0.15.2”,