pskordilakis/vuepress-plugin-tabs

ReferenceError: window is not defined when rendering static HTML

Opened this issue · 0 comments

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?