Sdu
Sdu
This is interesting... Maybe there are other cases like this apart from Google and Assistant... I wouldn't know off hand how to deal with this
@koppen37 yea definitelly, it's going to be an interesting solution to check out.
@Thisuu Here's what's interesting... I'm trying as much as possible to keep the app icon-free. This is easy to implement but really challenging in terms of UX design.
Hi there, can you please check which version of the app this happens on? I recently merged a PR to address this indirectly... but the nice to have is a...
Also the i18n package doesn't seem to support nuxt3 https://github.com/nuxt-community/i18n-module/issues/1425 . I couldn't get the reproduction project running on gitpod
@dustin-we We would just have to manage and maintain multiple version tags until a certain point. v2 of this module will continue supporting supabase v1, and v3 should be the...
This is usually caused by either an error in your nuxt.config.ts file (Which is unlikely from this reproduction) or dependencies. The most dreadful way of debugging this is deleting everything...
It really would have been smarter to check for the feature before we displayed the button 🤣
useAsyncQuery uses useAsyncData under the hood, it shouldn't be used server side. Try using useQuery instead
Maybe the supabase version needs to be pinned before work for the v2 client is published