You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see that px-[10%] aren't added to code on server side. Hydration if done then it will show up.
So from pages to components there aren't inject of class. We have and don't have v-bind so it won't help either.
We have initiation with dynamic class but that won't work either too.
Issue only show with this module - we use <LazyHydrate> from vue-lazy-hydration before apply and was working
We have error and we investigate to have option for using this module.
Consider this scenario:
xyz.vue
with name issection_two_column
start definition (part):px-[10%]
aren't added to code on server side. Hydration if done then it will show up.So from pages to components there aren't inject of class. We have and don't have
v-bind
so it won't help either.We have initiation with dynamic class but that won't work either too.
Issue only show with this module - we use
<LazyHydrate>
fromvue-lazy-hydration
before apply and was workingI propose to check maybe here:
https://github.com/GrabarzUndPartner/nuxt-speedkit/blob/b26fb8c6e3c29ed400cd8b940bfb445527e10b65/lib/hydrate.js#L14-L22
The text was updated successfully, but these errors were encountered: