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.
@@ -104,7 +104,7 @@ var Filter = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
104
104
 
105
105
  (0, _react.useEffect)(function () {
106
106
  setOptions();
107
- }, [props]);
107
+ }, [props.data, props.fullData]);
108
108
  (0, _react.useEffect)(function () {
109
109
  dispatch({
110
110
  type: 'initInstance',
@@ -104,7 +104,7 @@ var Filter = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
104
104
 
105
105
  (0, _react.useEffect)(function () {
106
106
  setOptions();
107
- }, [props]);
107
+ }, [props.data, props.fullData]);
108
108
  (0, _react.useEffect)(function () {
109
109
  dispatch({
110
110
  type: 'initInstance',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkmore-design",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "author": {
5
5
  "name": "nowthen",
6
6
  "email": "rnlvwyx@gmail.com"