vue-dat-gui icon indicating copy to clipboard operation
vue-dat-gui copied to clipboard

Nuxt: The client-side rendered virtual DOM tree is not matching server-rendered content.

Open vin-ni opened this issue 4 years ago • 2 comments

I further get this error in Nuxt: error

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!

vin-ni avatar Jun 30 '21 22:06 vin-ni

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:

cyrilf avatar Jul 12 '21 13:07 cyrilf

This is my current workaround:

<client-only>
   <dat-gui close-text="Close" open-text="Open" close-position="bottom">
  </client-only>`

vin-ni avatar Jan 07 '22 00:01 vin-ni