Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Notifications are most easily used as part of a larger API exposed through the useNotifications
hook.
Notifications are deduplicated by default based on their text
value. If a notification is created using a custom notification component, it cannot be deduplicated automatically. To deduplicate custom notifications, pass a unique key
to the createNotifaction
call.