willba-component-library 0.0.65 → 0.0.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.umd.js CHANGED
@@ -7991,7 +7991,9 @@
7991
7991
  }
7992
7992
  }
7993
7993
  var url = "http://localhost:4000/en/events/?".concat(queryParams.toString());
7994
- window.location.href = url;
7994
+ if (typeof window !== 'undefined') {
7995
+ window.location.href = url;
7996
+ }
7995
7997
  handleSelectedFilter(false);
7996
7998
  };
7997
7999
  return {