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.esm.js +1 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
@@ -49655,7 +49655,7 @@ var RunContent = function (_a) {
|
|
49655
49655
|
var _g = useState(false), reloader = _g[0], setReloader = _g[1];
|
49656
49656
|
useEffect(function () {
|
49657
49657
|
setCurrData(inputData);
|
49658
|
-
isCloud && setReloader(function (prev) { return !prev; });
|
49658
|
+
!isCloud && setReloader(function (prev) { return !prev; });
|
49659
49659
|
}, [inputData]);
|
49660
49660
|
useEffect(function () {
|
49661
49661
|
if (!currData || currData.length == 0)
|