Closed Lane closed 3 years ago
The previous commit to fix builds with server side rendering does not work correctly, as typeof window is equal to "undefined" instead of undefined when the window is not defined.
typeof window
"undefined"
undefined
haha oops, appreciate the fix!
just released a patch
The previous commit to fix builds with server side rendering does not work correctly, as
typeof window
is equal to"undefined"
instead ofundefined
when the window is not defined.