pollination-react-io 1.29.0 → 1.30.1

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.
@@ -40036,7 +40036,7 @@ var useGetGeometry = function () {
40036
40036
  var _a = useState(undefined), geometry = _a[0], setGeometry = _a[1];
40037
40037
  var geometryRef = useRef(undefined);
40038
40038
  var setReturnVal = useCallback(function (_a, force) {
40039
- var data = _a.data;
40039
+ var data = _a.data; _a.identifier;
40040
40040
  var bytes = new TextEncoder().encode(data);
40041
40041
  if (!force && geometryRef.current) {
40042
40042
  if (!lodash_isequal(bytes, geometryRef.current)) {