Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:CSS language:JavaScript

Filter by

1.9M results  (338 ms)

1.9M results

Summary of What Needs to be Done: The socketIO utility (server/src/utils/socketIO.js) is a singleton pattern module for sharing a Socket.io server instance across the application. It exports setIO and ...

Description website/src/pages/home/HeroSection.jsx lines 88, 203, and 280 use key={i} for SVG path groups and decorative circle elements. Index keys cause React to unmount and remount these elements unnecessarily ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website

Description website/src/pages/activities/ActivityDetailPage.jsx line 622 uses key={i} for pop-in animation items. When the list changes, React remounts items at shifted indices — unintentionally resetting ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website

Description website/src/pages/resume/ResumeAnalyzerPage.jsx lines 130 and 159 use key={i} for score cards and missing skill tags. Index keys cause incorrect React reconciliation when results are updated ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website

Description website/src/pages/projects/ProjectsPage.jsx line 221 uses key={idx} for team member list items. Index keys cause incorrect React reconciliation when team members are added, removed, or reordered ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
possible-duplicate
priority:medium
valid-issue
website

Description website/src/components/roadmaps/RoadmapBuilder.tsx line 126 uses catch (err: any). TypeScript 4.0+ defaults catch variables to unknown for type safety. Using any disables type checking on ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website

Description website/src/components/ui/skeleton/Skeleton.jsx lines 28 and 58, RepoCardSkeleton.jsx line 9, DashboardCardSkeleton.jsx line 9, and PortfolioSkeleton.jsx lines 56 and 74 all use key={i} for ...
admin-dashboard
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website

Description website/src/pages/streaming/LiveStreamPage.jsx line 197 uses key={idx} for stream list items. Index keys cause incorrect React reconciliation when the stream list updates in real time — items ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
possible-duplicate
priority:medium
valid-issue
website

Description website/src/pages/StatusPage.jsx line 172 uses key={idx} for status history list items. Index keys cause incorrect React reconciliation when status history is updated or filtered. Steps to ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
possible-duplicate
priority:medium
valid-issue
website

Description website/src/pages/about/AboutPage.jsx line 378 uses key={i} (array index) for timeline items. Index keys cause incorrect React reconciliation when timeline items are dynamically added, removed, ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
possible-duplicate
priority:medium
valid-issue
website
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.