Daniel Bächtold

Results 9 comments of Daniel Bächtold

@lmiller1990 The problem with the versions is that while Vue 3 is the main one, there are still lot's of projects using Vue 2, while Vuetify 3 currently still is...

Also, the emulator crashes when the extension is invoked: ``` ! The Cloud Functions emulator requires the module "firebase-admin" to be installed. This package is in your package.json, but it's...

Really looking forward to this, too. For now, this does the trick for me (Vuetify 3): ``` :root { --inset-top: env(safe-area-inset-top); --inset-bottom: env(safe-area-inset-bottom); } body, .v-navigation-drawer, .v-overlay__content > .v-card {...

I found the reason and a solution. **useStoryblokBridge** is in fact the problem and causes payload invalidation and reloading, instead of relying on the pre-generated payload. To fix, instead of...

Yes, my solution is a workaround and I'd also prever to be able to use "useAsyncStoryblok". I was able to reproduce it in a new nuxt app and to find...

@SebbeJohansson No, it is not the toRef that solves the problem, but the condition around "useStoryblokBridge": ``` onMounted(() => { if (!!query._storyblok) { // (story.value = evStory)) } }) ```...

I was able to fix the issue above by running `npm i` in my .cache directory. However the extension is outdated and needs to have it's dependencies updated. From emulator...

I'm fine with both, as long as it is shown and documented. In Firestore it seems to me that both are beeing used (I think ID is more often used,...