WIP: Basic create and read ops for community, posts and comments; Com… #1357
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linting and prettifying:
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
|
Linting and prettifying:
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
|
Linting and prettifying:
apps/web/components/admin/blogs/editor/details.tsx#L54
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
|
Linting and prettifying:
apps/web/components/admin/blogs/index.tsx#L96
React Hook useEffect has a missing dependency: 'loadBlogs'. Either include it or remove the dependency array
|
Linting and prettifying:
apps/web/components/admin/dashboard/metric.tsx#L104
React Hook useEffect has missing dependencies: 'address.backend' and 'type'. Either include them or remove the dependency array
|
Linting and prettifying:
apps/web/components/admin/mails/index.tsx#L108
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
|
Linting and prettifying:
apps/web/components/admin/mails/index.tsx#L149
React Hook useEffect has a missing dependency: 'loadBroadcasts'. Either include it or remove the dependency array
|
Linting and prettifying:
apps/web/components/admin/mails/index.tsx#L186
React Hook useEffect has a missing dependency: 'loadSequenceCount'. Either include it or remove the dependency array
|
Linting and prettifying:
apps/web/components/admin/mails/mail-editor-and-preview.tsx#L37
React Hook useEffect has a missing dependency: 'renderEmail'. Either include it or remove the dependency array
|
Linting and prettifying:
apps/web/components/admin/mails/request-form.tsx#L63
React Hook useEffect has missing dependencies: 'address.backend' and 'dispatch'. 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
|
Loading