Reinier Kaper
Reinier Kaper
For us this happens when switching between tabs (some of our internal links open a new tab), I wonder if the Service Worker doesn't correctly deal with multiple tabs and...
I no longer work with WalletConnect so I can't verify this issue anymore, sorry.
> We need the ability to v-bind attrs to the root element as `useId` needs to access them when it hydrates. Why do you need them on the root element?...
`|` is used for pluralization, maybe that's the issue? Example `test: 'Test | Tests'`
That's because for a short time the API call hasn't resolved yet and `data` is not yet set. Why don't you call the data in the page itself? It's a...
Oh I see (one of) the issue(s), you're using `useFetch` _inside_ of `useAsyncData`, you should be using `$fetch` instead: https://stackblitz.com/edit/github-lgscbs-2gtfyp?file=pages/mountains/[id].vue However, even if using `$fetch`, there's still something wrong indeed,...
You can do this yourself with a Vite plugin. see: https://github.com/vitejs/vite/issues/636
It seems to be an even deeper issue, you can't use functions at all... If I define the function in the file itself, vite crashes with a 500. It works...
I have stopped using the plugin, but I think the cause was that the plugin didn't actually pick up `` properly when it wasn't inside of an existing tag and...
Hey is there anything I can do from my side to move this along? Maybe this is a somewhat lower priority, it's just that we can't launch our product without...