envatic

Results 4 issues of envatic

``` Module not found: Error: Can't resolve '@metamask/detect-provider' in '/Users/steve/sites/vue3-web3modal/src/Web3Modal/components/web3Modal' ``` Even After installation. Folder in node_modules is empty

**How can I see progress of submitted transaction when in testnet?** I spend two days integrating the anycall permissionless bridge. base on your docs Rinkeby anycall address: [0xf8a363Cf116b6B633faEDF66848ED52895CE703b](https://rinkeby.etherscan.io/address/0xf8a363Cf116b6B633faEDF66848ED52895CE703b) Ftm test:...

``` resolve: (name) =>{ const page = require(`./Pages/${name}.vue`); page.layout = Layout return page; }, ``` Layout component has no slot, but the page loads all the same, Basically I cant...

There should be a way to temporary store the entered query in local-storage so that changes are not lost when eg a user navigates away by mistake, which is not...