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
While using the Slideout package and building a SSR with Gatsby in production,
I get the following error; WebpackError: ReferenceError: window is not defined
I guess, it is because the module require of window to be defined. In development works fine but while
using an Static Site Generator with Gatsby.js in production it will fails.
The text was updated successfully, but these errors were encountered:
While using the Slideout package and building a SSR with Gatsby in production,
I get the following error;
WebpackError: ReferenceError: window is not defined
I guess, it is because the module require of
window
to be defined. In development works fine but whileusing an Static Site Generator with Gatsby.js in production it will fails.
The text was updated successfully, but these errors were encountered: