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.
React Data Table Component requires the following be installed in your project:
React Data Table utilizes the wonderful styled-components
library. If you've already installed styled-components
there is no need to install it again as long as the version meets the requirements section above.
npm install react-data-table-component
yarn add react-data-table-component
npm install react-data-table-component styled-components
yarn add react-data-table-component styled-components