From 4a8728ea03ff7d0eca62610dda21e3c4e04d8cc6 Mon Sep 17 00:00:00 2001 From: vaibh36 <46861741+vaibh36@users.noreply.github.com> Date: Wed, 27 May 2026 16:16:13 +0530 Subject: [PATCH] docs(table): fix migration guide mapping for Td (#10831) --- apps/www/content/docs/get-started/migration.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/www/content/docs/get-started/migration.mdx b/apps/www/content/docs/get-started/migration.mdx index 257b4f11ab0..fc7b7e3576d 100644 --- a/apps/www/content/docs/get-started/migration.mdx +++ b/apps/www/content/docs/get-started/migration.mdx @@ -2102,7 +2102,8 @@ const Demo = () => ( ### Table - `TableContainer` is now `Table.ScrollArea` -- `Td`(now called `Table.ColumnHeader`) `isNumeric` is now `textAlign="end"` +- `Td`(now called `Table.Cell`) `isNumeric` is now `textAlign="end"` +- `Th` is now `Table.ColumnHeader` The compound component have been renamed slightly.