-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Nuxt tree missmatch #5453
Comments
I don't think the issue is the card that you posted, but the If i comment out the |
@Hiws I had to try something else in codesandbox because I could not reproduce the error I was having locally with the card only ( |
I have had this issue as well with dropdowns in 2.15 but haven't been able to reproduce it in a sandbox outside my project. Mentioned it in #4834 (comment) |
@Hiws any confirmation on this? |
I kinda fixed this issue: My code Before fix:
My code After fix:
Not sure why the |
I can confirm the same issue happening for me since bootstrap-vue@2.15.0. And I can also confirm the above fix works, thanks @ashwinkshenoy . |
Describe the bug
Happening since 2.15.0.
Vue throws:
Expected behavior
You can also see that the SSR content is empty but then hydrates later.
Versions
Libraries:
Environment:
Demo link
https://codesandbox.io/s/admiring-fast-tdx6c?file=/pages/index.vue
The text was updated successfully, but these errors were encountered: