Feat select multiple layout #792
Annotations
1 error and 13 warnings
test-storybook
Process completed with exit code 1.
|
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/button/Button.tsx#L31
Component definition is missing display name
|
lint:
packages/react-formio/src/molecules/forms/input-tags/InputTags.tsx#L43
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/components/ChoicesSelect.tsx#L74
React Hook useEffect has a missing dependency: 'multiple'. 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
|