feat: change some resources details #77
Annotations
11 warnings
Run Test on Node 16
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Test on Node 16:
packages/refine/src/Dovetail.tsx#L31
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
|