Starlink
Starlink
I found this in the Doc for building an offline bundle https://docs.iconify.design/icon-components/bundles/
I add here some elements of answer which I received in the Vuetify discord and which can surely help! Thank you very much @KaelWD. @KaelWD — Today at 12:45 PM...
I still have a lot of warnings about this, but I haven't found any solutions.
> It's a vue bug really. `loadIconComponent` resolves while vue is rendering other components, so `__restore` sets `currentInstance` back to NuxtIcon when `normalizeSlot` is expecting it to be null. >...
> Workaround I use is this > > https://content.nuxt.com/get-started/configuration#ignores > > ``` > export default defineNuxtConfig({ > content: { > ignores: [ > 'hidden', // any file or folder that...
Hello, Related issue: https://github.com/nuxt/cli/issues/428 This PR should fix this bug: https://github.com/nuxt/cli/pull/430 Thanks @dethdkn !!
> Experiencing the same issue. Here's my project structure: > > ``` > ├───apps > │ ├───application1 > │ └───application2 > └───packages > └───base > ``` I have the same...
@dargmuesli Thank you for your prompt reply, unfortunately, I really think these errors are caused by this module. Originally, I didn't want to create a duplicate issue because the invisible...
@dargmuesli I've just tested it locally and it seems that the module now always loads correctly in the page even when refreshing quickly or coming from other pages! I'm going...
@dustin-we I had a problem with the Sessions refresh for several weeks, let me know if it's more or less the same problem: https://github.com/nuxt-modules/supabase/issues/381 I didn't have the problem of...