indicator-ui 0.0.295 → 0.0.296
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.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -50684,9 +50684,11 @@ function SelectField(_ref) {
|
|
|
50684
50684
|
};
|
|
50685
50685
|
}, [optionsState, required, value]);
|
|
50686
50686
|
(0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
|
|
50687
|
-
fillOptionsCache(value);
|
|
50688
50687
|
onScrollToBottom();
|
|
50689
50688
|
}, []);
|
|
50689
|
+
(0,_hooks__WEBPACK_IMPORTED_MODULE_2__.useDeepCompareEffect)(function () {
|
|
50690
|
+
fillOptionsCache(value);
|
|
50691
|
+
}, [value]);
|
|
50690
50692
|
(0,_hooks__WEBPACK_IMPORTED_MODULE_2__.useDeepCompareEffect)(function () {
|
|
50691
50693
|
setOptionsState(options);
|
|
50692
50694
|
}, [options]);
|