utopia-ui 3.0.0-alpha.200 → 3.0.0-alpha.201

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/dist/index.js CHANGED
@@ -4815,7 +4815,7 @@ var ConditionalLink = function (_a) {
4815
4815
  var url = _a.url, children = _a.children;
4816
4816
  var params = new URLSearchParams(window.location.search);
4817
4817
  if (url) {
4818
- return (jsx(Link, __assign({ to: url + "/" + params }, { children: children })));
4818
+ return (jsx(Link, __assign({ to: url + "?" + params }, { children: children })));
4819
4819
  }
4820
4820
  return children;
4821
4821
  };