pskordilakis / vuepress-plugin-tabs

Vuepress plugin - markdown custom container to display content in tabs
MIT License
59 stars 2 forks source link

ReferenceError: window is not defined when rendering static HTML #19

Open sinedied opened 4 years ago

sinedied commented 4 years ago

When building my site using tabs using tabs plugin, I get this error:

rendering static HTML...
Rendering page: /intro.html(node:4440) UnhandledPromiseRejectionWarning: ReferenceError: window is not defined
    at server-bundle.js:10722:53

See like the Tab component used is not SSR-friendly. Any ideas for a workaround here?