Skip to content

fix(react-formio): use useDebounced lib to debounce input text changes #785

fix(react-formio): use useDebounced lib to debounce input text changes

fix(react-formio): use useDebounced lib to debounce input text changes #785

Triggered via push January 7, 2025 07:11
Status Success
Total duration 4m 19s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint: packages/react-formio-container/src/hooks/useAction.hook.tsx#L48
React Hook useCallback has a missing dependency: 'dispatch'. Either include it or remove the dependency array
lint: packages/react-formio-container/src/hooks/useForm.hook.ts#L143
React Hook useEffect has a missing dependency: 'getForm'. Either include it or remove the dependency array
lint: packages/react-formio-container/src/hooks/useForm.hook.ts#L153
React Hook useEffect has missing dependencies: 'currentRoute' and 'routes'. Either include them or remove the dependency array
lint: packages/react-formio-container/src/hooks/useForms.hook.ts#L20
React Hook useCallback has a missing dependency: 'dispatch'. Either include it or remove the dependency array
lint: packages/react-formio-container/src/hooks/useQuery.hook.tsx#L17
React Hook useCallback has a missing dependency: 'parameters'. Either include it or remove the dependency array
lint: packages/react-formio-container/src/hooks/useSubmission.hook.tsx#L125
React Hook useEffect has a missing dependency: 'getSubmission'. Either include it or remove the dependency array
lint: packages/react-formio-container/src/hooks/useSubmissions.hook.tsx#L22
React Hook useCallback has a missing dependency: 'dispatch'. Either include it or remove the dependency array
lint: packages/react-formio/src/components/__fixtures__/useEditForm.tsx#L25
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
lint: packages/react-formio/src/components/form-access/formAccess.component.tsx#L43
React Hook useEffect has missing dependencies: 'form', 'formDefinition', 'submissions.access', and 'submissions.submissionAccess'. Either include them or remove the dependency array
lint: packages/react-formio/src/components/form-builder/useFormBuilder.hook.ts#L110
React Hook useEffect has missing dependencies: 'components', 'display', 'events', 'handleComponentsChange', 'onBuilderReady', and 'options'. Either include them or remove the dependency array. If 'onBuilderReady' changes too often, find the parent component that defines it and wrap that definition in useCallback
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-storybook
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
deploy-packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636