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.
The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:
Type: 'ltr' | 'rtl' | 'ttb' | 'btt'
Default: ltr
Usage:
The direction of the component
ltr means Left to Right, Other similarity.
When the value is ltr or rtl, it is horizontal, and when it is ttb or btt, it is vertical.
In the vertical direction, you need to set the component height, otherwise it will not render properly.