1griffy
1
So we are using
const { wallet } = useWallet();
from @fuels/react
The issue here is :
→ wallet.signTransaction(transactionRequest)
Gives
Uncaught (in promise) FuelError: Method not implemented.
Versions :
“@fuels/connectors”: “^0.25.0”,
“@fuels/react”: “^0.25.0”,
“fuels”: “^0.94.4”,
I was able to recover the error, will make sure the team looks into it
1griffy
3
Created a repo that will help you to reproduce the isuse
4 Likes
nedsalk
4
It’s being tracked in this issue.