From c66efe48bd8c15da8b07c6643875b82eba1485ee Mon Sep 17 00:00:00 2001 From: Gabriel Dugny Date: Tue, 11 Mar 2025 15:07:23 +0100 Subject: [PATCH] docs: Proper markdown in changeset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Gabriel Dugny --- .changeset/serious-chefs-provide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.