diff --git a/.changeset/serious-chefs-provide.md b/.changeset/serious-chefs-provide.md index fd84577330..30d9adf15c 100644 --- a/.changeset/serious-chefs-provide.md +++ b/.changeset/serious-chefs-provide.md @@ -2,6 +2,6 @@ '@backstage/core-components': patch --- -Avoid Layout Shift for DismissableBanner when using a storageApi with latency (e.g. user-settings-backend) +Avoid Layout Shift for `DismissableBanner` when using a `storageApi` with latency (e.g. `user-settings-backend`) -Properly handle the `unknown` state of the storageApi. There's a trade-off: this may lead to some Layout Shift if the banner has not been dismissed, but once it has been dismissed, you won't have any. +Properly handle the `unknown` state of the `storageApi`. There's a trade-off: this may lead to some Layout Shift if the banner has not been dismissed, but once it has been dismissed, you won't have any.