diff --git a/.changeset/bui-table-root-loading-prop.md b/.changeset/bui-table-root-loading-prop.md index b5728154cc..7c3f453c82 100644 --- a/.changeset/bui-table-root-loading-prop.md +++ b/.changeset/bui-table-root-loading-prop.md @@ -4,4 +4,4 @@ Added a `loading` prop and `data-loading` data attribute to `TableRoot`, allowing consumers to distinguish between stale data and initial loading states. Both `stale` and `loading` set `aria-busy` on the table. -Affected components: Table +Affected components: TableRoot