@firestitch/list 12.19.1 → 12.19.2

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.
@@ -4054,7 +4054,7 @@
4054
4054
  .forEach(function (name) {
4055
4055
  url.searchParams.set(name, data[name]);
4056
4056
  });
4057
- history.replaceState({}, null, url.search);
4057
+ history.replaceState({}, null, url.pathname + url.search);
4058
4058
  };
4059
4059
  return ExternalParamsController;
4060
4060
  }());