Skip to content

Nullable realtionship (#473) #1042

Nullable realtionship (#473)

Nullable realtionship (#473) #1042

Triggered via push October 7, 2024 10:04
Status Success
Total duration 3m 54s
Artifacts

e2e.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
start
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
start
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
start: packages/next-admin/src/components/ClientActionDialog.tsx#L60
React Hook useEffect has missing dependencies: 'action.depth' and 'apiBasePath'. Either include them or remove the dependency array
start: packages/next-admin/src/components/Filters.tsx#L38
React Hook useEffect has a missing dependency: 'fetchUrlFilter'. Either include it or remove the dependency array
start: packages/next-admin/src/components/Form.tsx#L211
React Hook useMemo has missing dependencies: 'basePath', 'canCreate', 'canDelete', 'canEdit', 'edit', 'resource', 'router', 'runDeletion', 'showMessage', and 't'. Either include them or remove the dependency array
start: packages/next-admin/src/components/Form.tsx#L311
React Hook useCallback has missing dependencies: 'basePath', 'cleanAll', 'resource', 'router', 'setFormData', 'showMessage', and 't'. Either include them or remove the dependency array
start: packages/next-admin/src/components/Form.tsx#L563
React Hook useMemo has missing dependencies: 'CustomForm', 'allDisabled', 'dmmfSchema', 'extraErrors', 'isPending', 'schemas', 'setFormData', and 'templates'. Either include them or remove the dependency array
start: packages/next-admin/src/components/Menu.tsx#L175
Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element
start: packages/next-admin/src/components/advancedSearch/AdvancedSearchFieldCondition.tsx#L38
React Hook useEffect has missing dependencies: 'uiBlock' and 'updateUiBlock'. Either include them or remove the dependency array
start: packages/next-admin/src/components/inputs/DateWidget.tsx#L34
React Hook useCallback has missing dependencies: 'props.name' and 'setFieldDirty'. Either include them or remove the dependency array
start: packages/next-admin/src/components/inputs/RichText/RichTextField.tsx#L70
React Hook useMemo has missing dependencies: 'format' and 'required'. Either include them or remove the dependency array
start: packages/next-admin/src/components/inputs/ScalarArray/ScalarArrayField.tsx#L98
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback