-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected behaviour when using an Icon within ClientOnly fallback #129
Comments
Are you sure this is from Nuxt icon directly and not Nuxt itself? |
Can't tell, but when you remove the Icon from the template, it works |
Could you try with |
Already tried that, it doesn't work either |
Can you create a reproduction with Stackblitz please? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider following code for your app:
Expected behaviour when loading the page:
A big loading spinner, and, when everything is done loading, some normal text, like this:
Instead, you get this:
When you remove the
ref="someRef"
from the content div, it works as expectedThe text was updated successfully, but these errors were encountered: