AVargas
AVargas
Try: import { Web3ModalComponent } from "web3modal-vue3"; instead
Having the same issue. Any updates on when this bug will be fixed?
Same here on my iPad. Please fix asap.
I have the exact same issue and it's driving me crazy! Can you please explain why the searching address changes by itself???
I found a temporary fix. Find in the .js ` addressByFormat: function (addresses, format) { var result = null; for(var i = addresses.length - 1; i >= 0; i--){ if(addresses[i].types.indexOf(format)...