Skip to content

Messed up code. Thanks to MUI #764

Messed up code. Thanks to MUI

Messed up code. Thanks to MUI #764

Triggered via push August 16, 2023 07:09
Status Failure
Total duration 1m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
lint: packages/utils/src/fetch-builder.ts#L57
Do not use "@ts-ignore" because it alters compilation errors
lint
Process completed with exit code 1.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint: apps/web/components/admin/base-layout.tsx#L126
React Hook useEffect has missing dependencies: 'profile' and 'router'. Either include them or remove the dependency array
lint: apps/web/components/admin/base-layout.tsx#L132
React Hook useEffect has missing dependencies: 'auth.guest' and 'router'. Either include them or remove the dependency array
lint: apps/web/components/admin/blogs/blog-item.tsx#L86
Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images
lint: apps/web/components/admin/blogs/editor/course-hook.ts#L21
React Hook useEffect has a missing dependency: 'loadCourse'. Either include it or remove the dependency array
lint: apps/web/components/admin/blogs/editor/details.tsx#L52
React Hook useEffect has a missing dependency: 'refreshDetails'. Either include it or remove the dependency array. You can also do a functional update 'setRefreshDetails(r => ...)' if you only need 'refreshDetails' in the 'setRefreshDetails' call
lint: apps/web/components/admin/blogs/index.tsx#L58
React Hook useEffect has a missing dependency: 'loadBlogs'. Either include it or remove the dependency array
lint: apps/web/components/admin/design/themes-manager/index.tsx#L63
React Hook useEffect has a missing dependency: 'loadInstalledThemes'. Either include it or remove the dependency array
lint: apps/web/components/admin/mails/editor.tsx#L56
React Hook useEffect has a missing dependency: 'loadMail'. Either include it or remove the dependency array
lint: apps/web/components/admin/mails/editor.tsx#L62
React Hook useEffect has a missing dependency: 'debouncedSave'. Either include it or remove the dependency array
lint: apps/web/components/admin/mails/index.tsx#L65
React Hook useEffect has a missing dependency: 'loadMailsCount'. Either include it or remove the dependency array