Pipeline #20
Annotations
11 warnings
pipeline (21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pipeline (21.x):
app/features/language-dropbox.tsx#L11
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
pipeline (21.x):
app/root.tsx#L57
lang attribute must have a valid value
|
pipeline (21.x):
app/routes/courses.$course.tsx#L23
React Hook useEffect has missing dependencies: 'dispatch' and 'params.course'. Either include them or remove the dependency array
|
pipeline (21.x):
app/routes/courses.$course.tsx#L25
React Hook useEffect contains a call to 'setIsPostLoading'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [courses.status] as a second argument to the useEffect Hook
|
pipeline (21.x):
app/routes/create-course.tsx#L18
React Hook useEffect has a missing dependency: 'isAuth'. Either include it or remove the dependency array
|
pipeline (21.x):
app/routes/edit-course.$course.tsx#L46
React Hook useEffect has missing dependencies: 'dispatch' and 'params.course'. Either include them or remove the dependency array
|
pipeline (21.x):
app/routes/edit-course.$course.tsx#L48
React Hook useEffect contains a call to 'setIsPostLoading'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [course.status] as a second argument to the useEffect Hook
|
pipeline (21.x):
app/routes/my-account._index.tsx#L45
React Hook useEffect has missing dependencies: 'dispatch' and 'isAuth'. Either include them or remove the dependency array
|
pipeline (21.x):
app/routes/my-account._index.tsx#L47
React Hook useEffect contains a call to 'setIsUserLoading'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [user.status] as a second argument to the useEffect Hook
|
pipeline (21.x):
app/routes/my-account.archived.tsx#L18
React Hook useEffect has a missing dependency: 'isAuth'. Either include it or remove the dependency array
|