ywana-core8 0.0.324 → 0.0.325
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/dist/index.modern.js
CHANGED
@@ -2730,8 +2730,8 @@ var UploadIcon = function UploadIcon(_ref) {
|
|
2730
2730
|
var iconElement = useRef();
|
2731
2731
|
useEffect(function () {
|
2732
2732
|
if (resumable && iconElement.current) {
|
2733
|
+
console.log('UploadIcon.effect', resumable, iconElement.current);
|
2733
2734
|
resumable.assignBrowse(iconElement.current);
|
2734
|
-
console.log('uploadicon');
|
2735
2735
|
}
|
2736
2736
|
}, [iconElement]);
|
2737
2737
|
return /*#__PURE__*/React.createElement("div", {
|