lusaxweb/vuesax-next

vs-row is braking SSR

gen4sp opened this issue · 0 comments

I've started a new project (Nuxt, SSR) and it gives me an error
The client-side rendered virtual DOM tree is not matching server-rendered content

After some research I've figured out the reason is element.
What could be wrong and how to fix it?

Also, if I set custom colors, it gives an error (document not found) and it could be fixed if I set vuesax plugin Client-only. Is it normal behavior?