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
Great polyfill, but it breaks Gatsby's build step because window is undefined. Maybe consider adding the following to the top of the polyfill function:
if (typeof window === 'undefined') {
return;
}
The text was updated successfully, but these errors were encountered:
Great polyfill, but it breaks Gatsby's build step because
window
is undefined. Maybe consider adding the following to the top of the polyfill function:The text was updated successfully, but these errors were encountered: