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
My project story file directory structure composed lower camel case directory and upper camel case component file.
ex) button/Button.tsx, button/Button.stories.tsx
But, Automatic titles sanitization of CSF 3.0 does not support case-insenstive trailing duplicate.
Is there a way to resolve case-insensitive trailing duplicate removal?
To Reproduce
You can reproduce this by creating component and story files like button/Button.tsx,button/Button.stories.tsx under the component directory and setting automatic titles.
Describe the bug
My project story file directory structure composed lower camel case directory and upper camel case component file.
ex)
button/Button.tsx
,button/Button.stories.tsx
But, Automatic titles sanitization of CSF 3.0 does not support case-insenstive trailing duplicate.
Is there a way to resolve case-insensitive trailing duplicate removal?
To Reproduce
You can reproduce this by creating component and story files like
button/Button.tsx
,button/Button.stories.tsx
under the component directory and setting automatic titles.System
The text was updated successfully, but these errors were encountered: