pollination-react-io 0.0.26 → 0.0.27

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.
@@ -4818,11 +4818,6 @@ var GetGeometry = function (_a) {
4818
4818
  var _d = useState(false), subscribe = _d[0], setSubscribe = _d[1];
4819
4819
  // pollination-react-io hooks
4820
4820
  var _e = useGetGeometry(); _e.host; var geometry = _e.geometry, getGeometry = _e.getGeometry;
4821
- useEffect(function () {
4822
- if (!setParentState)
4823
- return;
4824
- setParentState(geometry);
4825
- }, [geometry, setParentState]);
4826
4821
  useEffect(function () {
4827
4822
  if (!geometry || !setParentState)
4828
4823
  return;
@@ -4914,11 +4909,6 @@ var GetModel = function (_a) {
4914
4909
  };
4915
4910
  fr.readAsText(hbjson);
4916
4911
  }, [hbjson, setParentState]);
4917
- useEffect(function () {
4918
- if (!setParentState)
4919
- return;
4920
- setParentState(hbjson);
4921
- }, [hbjson, setParentState]);
4922
4912
  // subscribe
4923
4913
  useEffect(function () {
4924
4914
  if (!getHbjson)