linkmore-design 1.0.48 → 1.0.49
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.umd.js +1 -1
- package/dist/index.umd.min.js +3 -3
- package/es/CkFilter/filter.js +1 -1
- package/lib/CkFilter/filter.js +1 -1
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -33064,7 +33064,7 @@
|
|
|
33064
33064
|
|
|
33065
33065
|
React.useEffect(function () {
|
|
33066
33066
|
setOptions();
|
|
33067
|
-
}, [props]);
|
|
33067
|
+
}, [props.data, props.fullData]);
|
|
33068
33068
|
React.useEffect(function () {
|
|
33069
33069
|
dispatch({
|
|
33070
33070
|
type: 'initInstance',
|