pollination-react-io 1.62.3 → 1.62.4

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/build/index.js CHANGED
@@ -49681,7 +49681,7 @@ var RunContent = function (_a) {
49681
49681
  var _g = React.useState(false), reloader = _g[0], setReloader = _g[1];
49682
49682
  React.useEffect(function () {
49683
49683
  setCurrData(inputData);
49684
- isCloud && setReloader(function (prev) { return !prev; });
49684
+ !isCloud && setReloader(function (prev) { return !prev; });
49685
49685
  }, [inputData]);
49686
49686
  React.useEffect(function () {
49687
49687
  if (!currData || currData.length == 0)