Skip to content

Conversation

elsigh
Copy link
Member

@elsigh elsigh commented Sep 5, 2025

Summary

• Fix duplicate React key props in breadcrumbs component that was causing console warnings
• Remove redundant key prop from Link element when Fragment already has the key
• Resolves "Each child in a list should have a unique key prop" warning on parallel-routes page

Test plan

  • Navigate to /parallel-routes page
  • Verify console warning is no longer present
  • Confirm breadcrumbs navigation still works correctly

🤖 Generated with Claude Code

Remove redundant key prop from Link element when Fragment already has the key.
This resolves the "Each child in a list should have a unique key prop" warning
that was appearing in the browser console on the parallel-routes page.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Sep 5, 2025

@elsigh is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@elsigh elsigh requested a review from delbaoliveira September 5, 2025 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant