kelt-ui-kit-react 0.3.4 → 0.3.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kelt-ui-kit-react",
3
3
  "type": "module",
4
- "version": "0.3.4",
4
+ "version": "0.3.5",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
package/src/form/Form.tsx CHANGED
@@ -104,7 +104,7 @@ export const DynamicForm = forwardRef(
104
104
  if (v.focus) {
105
105
  inputRef?.current?.focus();
106
106
  }
107
- }, [v.focus, values]);
107
+ }, []);
108
108
  return (
109
109
  <React.Fragment key={key}>
110
110
  {v.focus}