You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
I have created a folder structure like below
-button
-button.tsx
-button.stories.tsx
-index.ts
This structure doesn't shows up the props documentation
The same code if the folder and the file name structure changed as below
-Button
-Button.tsx
-Button.stories.tsx
-Index.ts
shows up the PropType documentation properly.
I want to modify the folder and file naming convention
The text was updated successfully, but these errors were encountered: