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.
- 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.js
CHANGED
|
@@ -40062,7 +40062,7 @@ var useGetGeometry = function () {
|
|
|
40062
40062
|
var _a = React.useState(undefined), geometry = _a[0], setGeometry = _a[1];
|
|
40063
40063
|
var geometryRef = React.useRef(undefined);
|
|
40064
40064
|
var setReturnVal = React.useCallback(function (_a, force) {
|
|
40065
|
-
var data = _a.data;
|
|
40065
|
+
var data = _a.data; _a.identifier;
|
|
40066
40066
|
var bytes = new TextEncoder().encode(data);
|
|
40067
40067
|
if (!force && geometryRef.current) {
|
|
40068
40068
|
if (!lodash_isequal(bytes, geometryRef.current)) {
|