Allow doubt upvote updates #1068
Annotations
11 warnings
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test:
src/components/ui/toggle.tsx#L37
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
test:
src/components/ui/sonner.tsx#L27
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
test:
src/components/ui/sidebar.tsx#L636
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
test:
src/components/ui/navigation-menu.tsx#L111
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
test:
src/components/ui/form.tsx#L129
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
test:
src/components/ui/button.tsx#L47
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
test:
src/components/ui/badge.tsx#L29
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
test:
src/components/mentorship/MentorshipMilestones.tsx#L42
React Hook useEffect has a missing dependency: 'fetchPaths'. Either include it or remove the dependency array
|
|
test
React Hook useEffect has missing dependencies: 'replayCanvas' and 'user?.id'. Either include them or remove the dependency array
|
|
test:
src/components/GroupPomodoro.tsx#L108
React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array
|