auto-form
auto-form copied to clipboard
useEffect has missing dependencies Typescript error!
React Hook React.useEffect has missing dependencies: 'formSchema', 'onParsedValuesChange', 'onValuesChangeProp', and 'values'. Either include them or remove the dependency array. If 'onValuesChangeProp' changes too often, find the parent component that defines it and wrap that definition in useCallback.
File: auto-form/index.tsx
And when trying to fix this error, this other thing happens: use effect Maximum update depth exceeded.