diff --git a/.github/codeowners-coverage-baseline.txt b/.github/codeowners-coverage-baseline.txt index 3b19ec26e909ba..1d3ee12af227dc 100644 --- a/.github/codeowners-coverage-baseline.txt +++ b/.github/codeowners-coverage-baseline.txt @@ -752,8 +752,6 @@ static/app/components/hook.spec.tsx static/app/components/hook.tsx static/app/components/hookOrDefault.spec.tsx static/app/components/hookOrDefault.tsx -static/app/components/hotkeysLabel.spec.tsx -static/app/components/hotkeysLabel.tsx static/app/components/hovercard.spec.tsx static/app/components/hovercard.tsx static/app/components/iconCircledNumber.tsx diff --git a/static/app/components/alerts/pageBanner.stories.tsx b/static/app/components/alerts/pageBanner.stories.tsx index 445eb0ab1ad42e..6c7d85bf55c492 100644 --- a/static/app/components/alerts/pageBanner.stories.tsx +++ b/static/app/components/alerts/pageBanner.stories.tsx @@ -4,6 +4,7 @@ import styled from '@emotion/styled'; import replaysDeadRageBackground from 'sentry-images/spot/replay-dead-rage-changelog.svg'; import {Button, LinkButton} from '@sentry/scraps/button'; +import {InlineCode} from '@sentry/scraps/code'; import {ExternalLink} from '@sentry/scraps/link'; import {PageBanner} from 'sentry/components/alerts/pageBanner'; @@ -42,7 +43,7 @@ export default Storybook.story('PageBanner', story => {

This example renders an X in the top-right corner. You can wire it up with - something like useDismissAlert(). + something like useDismissAlert().

Is Dismissed? {String(isDismissed)} @@ -72,7 +73,7 @@ export default Storybook.story('PageBanner', story => {

The banner will resize if it's shrunk really narrow. To make it expand inside a - flex parent set flex-grow:1. + flex parent set flex-grow:1.