venice-ui 2.3.3 → 2.3.4

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.
@@ -45,7 +45,6 @@ const Input = ({ label, labelPosition = 'top', value, type = 'text', name, disab
45
45
  (0, react_1.useEffect)(() => {
46
46
  return () => {
47
47
  debouncedRef.current.flush();
48
- debouncedRef.current.cancel();
49
48
  };
50
49
  }, []);
51
50
  const onChange = (e) => {
@@ -19,7 +19,6 @@ export const Input = ({ label, labelPosition = 'top', value, type = 'text', name
19
19
  useEffect(() => {
20
20
  return () => {
21
21
  debouncedRef.current.flush();
22
- debouncedRef.current.cancel();
23
22
  };
24
23
  }, []);
25
24
  const onChange = (e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venice-ui",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "module": "./dist/esm/index.js",