Skip to content

removed connect (redux) usage #1693

removed connect (redux) usage

removed connect (redux) usage #1693

Triggered via push September 10, 2025 05:01
Status Success
Total duration 1m 5s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: apps/web/components/admin/mails/subscribers-list.tsx#L96
React Hook useEffect has a missing dependency: 'sequenceId'. Either include it or remove the dependency array
lint: apps/web/components/admin/mails/sequences-list.tsx#L70
React Hook useEffect has a missing dependency: 'loadSequenceCount'. Either include it or remove the dependency array
lint: apps/web/components/admin/mails/sequences-list.tsx#L66
React Hook useEffect has a missing dependency: 'loadSequences'. Either include it or remove the dependency array
lint: apps/web/components/admin/mails/request-form.tsx#L72
React Hook useEffect has missing dependencies: 'address.backend', 'dispatch', and 'toast'. 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#L101
React Hook useEffect has missing dependencies: 'dispatch', 'fetch', and 'toast'. 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/email-analytics.tsx#L36
React Hook useEffect has a missing dependency: 'loadAnalytics'. Either include it or remove the dependency array
lint: apps/web/components/admin/blogs/index.tsx#L87
React Hook useEffect has a missing dependency: 'loadBlogs'. Either include it or remove the dependency array
lint: apps/web/components/admin/blogs/index.tsx#L83
React Hook useCallback has a missing dependency: 'toast'. 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/editor/course-hook.ts#L75
React Hook useCallback has a missing dependency: 'toast'. Either include it or remove the dependency array