window is not defined
Author: edardevCreated Oct 24, 2018Updated Mar 9, 2019
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.
Source: Mango/slideout