vueuse/patch-vue-directive-ssr

error is back again after upgrading to vitepress 0.14.0

davay42 opened this issue · 2 comments

Problems with v-motion in the vitepress setup are back...

vitepress v0.14.0
vite v2.3.4
⠹ building client + server bundles...[vite:vue] Custom directive is missing corresponding SSR transform and will be ignored.

/Users/Davay/Documents/ФРУКТ/Chromatone/apps/chromatone.center/.vitepress/theme/components/author/card.vue
1  |  <template lang="pug">
2  |  .author-card(v-if="author",
   |                  ^^^^^^^^
3  |  v-motion,
4  |    :initial="{ opacity: 0, y: 40 }",
antfu commented

Have you tried a clean install?

Oh, thanks @antfu, that helps! I should do it first. 🤭