pollination-react-io 1.73.4 → 1.73.5

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.
@@ -49818,18 +49818,20 @@ var FileCard = function (_a) {
49818
49818
  setIsInactive(true);
49819
49819
  setCurrFile(undefined);
49820
49820
  setCADintegration(undefined);
49821
+ setIsLoading(false);
49821
49822
  return;
49822
49823
  }
49823
49824
  res.blob()
49824
49825
  .then(function (blob) {
49825
49826
  setCurrFile(blob);
49826
49827
  setCADintegration(blob);
49828
+ setIsLoading(false);
49827
49829
  });
49828
49830
  })
49829
49831
  .catch(function (err) {
49830
49832
  console.error(err);
49831
- })
49832
- .finally(function () { return setIsLoading(false); });
49833
+ setIsLoading(false);
49834
+ });
49833
49835
  };
49834
49836
  var extension = useMemo(function () {
49835
49837
  if (!path)