Skip to content

WIP: Invite customer (#490) #1273

WIP: Invite customer (#490)

WIP: Invite customer (#490) #1273

Triggered via push September 19, 2024 06:29
Status Success
Total duration 1m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: apps/web/components/admin/base-layout.tsx#L122
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#L133
React Hook useEffect has missing dependencies: 'dispatch' and 'router'. Either include them or remove the dependency array. If 'dispatch' changes too often, find the parent component that defines it and wrap that definition in useCallback
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#L56
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#L43
React Hook useEffect has a missing dependency: 'loadBlogs'. Either include it or remove the dependency array
lint: apps/web/components/admin/blogs/index.tsx#L47
React Hook useEffect has a missing dependency: 'loadBlogs'. Either include it or remove the dependency array
lint: apps/web/components/admin/dashboard/metric.tsx#L102
React Hook useEffect has missing dependencies: 'address.backend' and 'type'. Either include them or remove the dependency array
lint: apps/web/components/admin/mails/index.tsx#L110
React Hook useEffect has missing dependencies: 'dispatch' and 'fetch'. Either include them or remove the dependency array. If 'dispatch' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: apps/web/components/admin/mails/index.tsx#L192
React Hook useEffect has a missing dependency: 'loadBroadcasts'. Either include it or remove the dependency array
lint: apps/web/components/admin/mails/index.tsx#L230
React Hook useEffect has a missing dependency: 'loadSequenceCount'. Either include it or remove the dependency array