utopia-ui 3.0.0-alpha.240 → 3.0.0-alpha.241

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
@@ -4151,7 +4151,7 @@ var TabsView = function (_a) {
4151
4151
  var urlTab = params.get("tab");
4152
4152
  if (!(urlTab === null || urlTab === void 0 ? void 0 : urlTab.includes(id.toString())))
4153
4153
  params.set("tab", "".concat(id ? id : ""));
4154
- navigate(location.pathname + "?" + params.toString());
4154
+ // navigate(location.pathname+ "?" + params.toString());
4155
4155
  };
4156
4156
  useEffect(function () {
4157
4157
  var params = new URLSearchParams(location.search);