diff --git a/packages/react/src/components/Notification/stories/StaticNotification.mdx b/packages/react/src/components/Notification/stories/StaticNotification.mdx index d9d578b7d060..04517f6cb409 100644 --- a/packages/react/src/components/Notification/stories/StaticNotification.mdx +++ b/packages/react/src/components/Notification/stories/StaticNotification.mdx @@ -1,3 +1,7 @@ +import { Meta } from '@storybook/blocks'; + + + # StaticNotification has been renamed to Callout Run the following codemod to automatically update usages in your project: diff --git a/packages/react/src/components/Notification/stories/StaticNotification.stories.js b/packages/react/src/components/Notification/stories/StaticNotification.stories.js index 88c15127f01d..8dc066f871d7 100644 --- a/packages/react/src/components/Notification/stories/StaticNotification.stories.js +++ b/packages/react/src/components/Notification/stories/StaticNotification.stories.js @@ -13,6 +13,7 @@ import mdx from './StaticNotification.mdx'; export default { title: 'Experimental/unstable__StaticNotification', + component: StaticNotification, parameters: { docs: { page: mdx,