@gustavo-valsechi/client 1.4.55 → 1.4.56

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.
@@ -47,6 +47,7 @@ function InputSelect(props) {
47
47
  const [focus, setFocus] = (0, import_react.useState)(false);
48
48
  const register = (props.register || ((name) => ({})))(props.name || "");
49
49
  (0, import_react.useEffect)(() => {
50
+ console.log("AQQQQQQ", props.name);
50
51
  target.add({ ref: inputRef, component: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_options.default, { option, ...props }) });
51
52
  return () => target.remove(inputRef);
52
53
  }, []);
@@ -14,6 +14,7 @@ function InputSelect(props) {
14
14
  const [focus, setFocus] = useState(false);
15
15
  const register = (props.register || ((name) => ({})))(props.name || "");
16
16
  useEffect(() => {
17
+ console.log("AQQQQQQ", props.name);
17
18
  target.add({ ref: inputRef, component: /* @__PURE__ */ jsx(InputSelectOption, { option, ...props }) });
18
19
  return () => target.remove(inputRef);
19
20
  }, []);
@@ -80,7 +80,6 @@ const TargetProviderContainer = ({ children }) => {
80
80
  return coords;
81
81
  };
82
82
  const add = (target) => {
83
- console.log("AQQQQQQ");
84
83
  memory.push(target);
85
84
  setTargets(memory);
86
85
  };
@@ -46,7 +46,6 @@ const TargetProviderContainer = ({ children }) => {
46
46
  return coords;
47
47
  };
48
48
  const add = (target) => {
49
- console.log("AQQQQQQ");
50
49
  memory.push(target);
51
50
  setTargets(memory);
52
51
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gustavo-valsechi/client",
3
- "version": "1.4.55",
3
+ "version": "1.4.56",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",