We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current behavior On windows, if I use the following pattern, styleguidist gives me each component twice.
{ components: './src/@{components,Components}/**/*.js' // default pattern }
To reproduce
https://github.com/elevatebart/react-styleguidist-issue
Expected behavior
I should only see one instance per component.
The text was updated successfully, but these errors were encountered:
I will create a quick PR with what I believe is a solution.
Sorry, something went wrong.
a7a6cf4
🎉 This issue has been resolved in version 7.3.6 🎉
The release is available on:
Your semantic-release bot 📦🚀
Fix: Fix duplicated components with default glob on windows (#1128)
1a9610c
Closes #1127
No branches or pull requests
Current behavior
On windows, if I use the following pattern, styleguidist gives me each component twice.
To reproduce
https://github.com/elevatebart/react-styleguidist-issue
Expected behavior
I should only see one instance per component.
The text was updated successfully, but these errors were encountered: