refactor(react-formio): move all formio component under organisms #788
Annotations
13 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/molecules/forms/input-tags/InputTags.tsx#L42
React Hook useEffect has missing dependencies: 'name', 'onChange', and 'value'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
packages/react-formio/src/molecules/forms/select/Select.tsx#L48
React Hook useEffect has missing dependencies: 'layout' and 'placeholder'. Either include them or remove the dependency array
|
lint:
packages/react-formio/src/molecules/pagination/Pagination.stories.tsx#L24
React Hook useEffect has a missing dependency: 'args'. Either include it or remove the dependency array
|
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
|