Skip to content

Conversation

@ickas
Copy link
Member

@ickas ickas commented Jan 13, 2026

Summary

  • Fixed React warning "Each child in a list should have a unique key prop" in Table component
  • Added proper keys to skeleton header cells, rows, and cells during loading state
  • Removed unused skeleton variables (inlined instead)

Test plan

  • Verify Table loading state no longer shows key warnings in console
  • Check that skeleton loading animation still works correctly

🤖 Generated with Claude Code

ickas and others added 3 commits January 13, 2026 10:45
The skeleton loading state was rendering elements without React keys,
causing "Each child in a list should have a unique key prop" warnings.

Added proper keys to:
- Skeleton header cells
- Skeleton rows
- Skeleton cells

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@hvasconcelos hvasconcelos merged commit 4e1088b into develop Jan 13, 2026
3 of 4 checks passed
@hvasconcelos hvasconcelos deleted the fix/table-missing-keys branch January 13, 2026 11:10
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.

3 participants