@dreamcommerce/aurora 2.27.1-13 → 2.27.1-14

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.
@@ -184,7 +184,7 @@ var XhrImagePicker = function XhrImagePicker(_ref) {
184
184
 
185
185
  return (_pendingRequestRef$cu = pendingRequestRef.current) === null || _pendingRequestRef$cu === void 0 ? void 0 : _pendingRequestRef$cu.call(pendingRequestRef);
186
186
  };
187
- }, [image, initialFile]);
187
+ }, [image]);
188
188
  React.useEffect(function () {
189
189
  console.log('initialImageFile.current', initialImageFile.current);
190
190
  }, [initialImageFile]);
@@ -176,7 +176,7 @@ var XhrImagePicker = function XhrImagePicker(_ref) {
176
176
 
177
177
  return (_pendingRequestRef$cu = pendingRequestRef.current) === null || _pendingRequestRef$cu === void 0 ? void 0 : _pendingRequestRef$cu.call(pendingRequestRef);
178
178
  };
179
- }, [image, initialFile]);
179
+ }, [image]);
180
180
  useEffect(function () {
181
181
  console.log('initialImageFile.current', initialImageFile.current);
182
182
  }, [initialImageFile]);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "2.27.1-13",
5
+ "version": "2.27.1-14",
6
6
  "description": "aurora",
7
7
  "author": "k0ssak",
8
8
  "license": "MIT",