You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to put the icon switch on onMounted because otherwise I would get a hydration error. Guess that's why it takes so long, but I don't know how to put it outside onMounted.
No special configuration. Storage is set to localStorage.
I thought it was due to Nuxt icon module, but the other icons appear quickly.
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered:
In my Nuxt app, it takes like 3-5 seconds before I see my custom theme select button on the screen.
You can check it here (the button will appear next to the flag button, either at the top bar on mobile or at the bottom of left sidebar on desktop, after a few seconds): https://buscamusicos-ui-nuxt-git-main-moluls-projects.vercel.app/es
This is my custom component:
I had to put the icon switch on onMounted because otherwise I would get a hydration error. Guess that's why it takes so long, but I don't know how to put it outside onMounted.
No special configuration. Storage is set to localStorage.
I thought it was due to Nuxt icon module, but the other icons appear quickly.
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: