add resource management i18n en #95
Annotations
11 warnings
Run Test on Node 16
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Test on Node 16:
packages/refine/src/Dovetail.tsx#L37
Unexpected any. Specify a different type
|
Run Test on Node 16:
packages/refine/src/components/CronjobJobsTable/index.tsx#L80
Unexpected any. Specify a different type
|
Run Test on Node 16:
packages/refine/src/components/EditField/index.tsx#L49
React Hook useCallback has a missing dependency: 'popModal'. Either include it or remove the dependency array
|
Run Test on Node 16:
packages/refine/src/components/Form/RefineFormPage.tsx#L11
Unexpected any. Specify a different type
|
Run Test on Node 16:
packages/refine/src/components/Form/useReactHookForm.tsx#L231
Unexpected any. Specify a different type
|
Run Test on Node 16:
packages/refine/src/components/Form/useReactHookForm.tsx#L231
Unexpected any. Specify a different type
|
Run Test on Node 16:
packages/refine/src/components/Form/useReactHookForm.tsx#L237
React Hook useEffect has a missing dependency: 'onValuesChange'. Either include it or remove the dependency array
|
Run Test on Node 16:
packages/refine/src/components/Form/useRefineForm.ts#L54
Unexpected any. Specify a different type
|
Run Test on Node 16:
packages/refine/src/components/Shell/index.tsx#L164
React Hook useCallback 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 useCallback call and refer to those specific props inside useCallback
|
Run Test on Node 16:
packages/refine/src/components/Shell/index.tsx#L244
React Hook useCallback 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 useCallback call and refer to those specific props inside useCallback
|