Fix Table loading skeleton not showing for complete mode with getData

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
Jonathan Roebuck
2026-03-16 18:01:29 +00:00
parent 1058260dc6
commit 9314ff5162
2 changed files with 11 additions and 3 deletions
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Fixed a bug in the `useTable` hook where the loading skeleton was never shown for `complete` mode when using `getData`. The initial data state was an empty array instead of `undefined`, causing the `Table` component to skip the loading state.