docs: Proper markdown in changeset

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Gabriel Dugny <gabriel@dugny.me>
This commit is contained in:
Gabriel Dugny
2025-03-11 15:07:23 +01:00
committed by GitHub
parent 0a0ced65da
commit c66efe48bd
+2 -2
View File
@@ -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.