@zgfe/modules-attribution 1.0.1-alpha.33 → 1.0.1-alpha.34

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.
@@ -163,6 +163,7 @@ var AttributableEvents = function AttributableEvents(props) {
163
163
  setFilters(undefined);
164
164
  setBizAttributeSelectorValue(undefined);
165
165
  setIsAdd(false);
166
+ setCount(0);
166
167
  onChangeHandle(reason, undefined, undefined);
167
168
  };
168
169
  var onChangeAttr = function onChangeAttr(attr) {
@@ -89,6 +89,7 @@ var TargetEvent = function TargetEvent(props) {
89
89
  }
90
90
  setFilters(undefined);
91
91
  setIsAdd(false);
92
+ setCount(0);
92
93
  onChangeHandle(target, undefined);
93
94
  };
94
95
  useEffect(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-attribution",
3
- "version": "1.0.1-alpha.33",
3
+ "version": "1.0.1-alpha.34",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -50,5 +50,5 @@
50
50
  "react": "^16.12.0 || ^17.0.0",
51
51
  "yorkie": "^2.0.0"
52
52
  },
53
- "gitHead": "582f0dbf81c8d3ab20d01e52d182d4613cf3bbb0"
53
+ "gitHead": "01cbf8406b8a4c02ec383a64dd28be4692af8bf5"
54
54
  }