vue-dat-gui
vue-dat-gui copied to clipboard
Nuxt: The client-side rendered virtual DOM tree is not matching server-rendered content.
I further get this error in Nuxt:

It happens when i open the direct link that uses the plugin. If I go on the root page and navigate via nuxt, everything is fine and it loads. Not sure what could be causing this.
Maybe you have an idea :) Thank you!
Hey,
Thanks for reporting that. Unfortunately I don't have the time at the moment to look into it. Feel free to open a PR if you (or anyone) find a fix, I will appreciate that! :+1:
This is my current workaround:
<client-only>
<dat-gui close-text="Close" open-text="Open" close-position="bottom">
</client-only>`