gsoft-inc/sg-orbit

๐Ÿ› Theme provider's API is not present in the docs

Closed this issue ยท 1 comments

Describe the bug

The theme provider doesn't have it's API description in the doc on the website. However, during local development, it is present

Steps to reproduce

https://orbit.sharegate.design/?path=/docs/theme-provider--page
image

Expected results

image

Found the issue randomly.

Only two component have this issue:

  • HiddenSelect
  • ThemeProvider

In the reactDocgenTypescriptOptions.propFilter options (.storybook/main.js), we specify that the component name must starts with Inner, since most of our components do. Those 2 components are exceptions