feat: implement validate on blur & input #3914
Annotations
10 warnings
packages/form-js-editor/src/features/render-injection/slot-fill/SlotFillRoot.js#L17
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
|
packages/form-js-editor/src/render/components/FormEditor.js#L113
React Hook useEffect has missing dependencies: 'eventBus' and 'scrollIntoView'. Either include them or remove the dependency array
|
packages/form-js-editor/src/render/components/FormEditor.js#L309
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
|
packages/form-js-editor/src/render/components/FormEditor.js#L386
React Hook useEffect has a missing dependency: 'eventBus'. Either include it or remove the dependency array
|
packages/form-js-editor/src/render/hooks/useDebounce.js#L15
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
packages/form-js-editor/src/render/hooks/useDebounce.js#L15
React Hook useMemo has missing dependencies: 'debounce' and 'fn'. Either include them or remove the dependency array
|
packages/form-js-playground/src/components/PlaygroundRoot.js#L66
React Hook useEffect contains a call to 'setInitialSchema'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [props] as a second argument to the useEffect Hook
|
packages/form-js-playground/src/components/PlaygroundRoot.js#L170
React Hook useEffect has missing dependencies: 'data', 'editorAdditionalModules', 'editorProperties', 'emit', 'exporterConfig', 'resultData', 'viewerAdditionalModules', and 'viewerProperties'. Either include them or remove the dependency array
|
packages/form-js-playground/src/components/PlaygroundRoot.js#L203
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
|
packages/form-js-viewer/src/render/Renderer.js#L37
React Hook useCallback has an unnecessary dependency: 'form'. Either exclude it or remove the dependency array. Outer scope values like 'form' aren't valid dependencies because mutating them doesn't re-render the component
|
The logs for this run have expired and are no longer available.
Loading