Skip to content

Fix Table row updates when fields are removed - #443

Merged
czarandy merged 1 commit into
mainfrom
fix/table-row-removed-field
Aug 7, 2026
Merged

Fix Table row updates when fields are removed#443
czarandy merged 1 commit into
mainfrom
fix/table-row-removed-field

Conversation

@czarandy

@czarandy czarandy commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • compare memoized Table row items with the shared shallow equality helper
  • invalidate a row when the next item removes an existing field
  • add a regression test using explicit columns and an omitted row field

Testing

  • pnpm test (3,199 tests)
  • pnpm lint
  • pnpm typecheck
  • pnpm build

Closes #188

@vercel

vercel Bot commented Aug 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
silver-ui-site Ready Ready Preview Aug 7, 2026 6:43pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
silver-ui Ignored Ignored Aug 7, 2026 6:43pm

@czarandy
czarandy enabled auto-merge (squash) August 7, 2026 18:44
@czarandy
czarandy merged commit ea3dfa4 into main Aug 7, 2026
4 checks passed
@czarandy
czarandy deleted the fix/table-row-removed-field branch August 7, 2026 18:48
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.

Table rows don't re-render when a field is removed from the row object

1 participant