-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
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
Invalid kind 'Кнопки', must include alphanumeric characters #5876
Comments
This is a good one! Any interest in contributing a PR with the fix? |
This is a tricky one! I'm quite sure what the best fix is. Should we: A) allow non-latin characters in What did you have in mind @MerrickGit? |
We are creating a banking app and our customers interested in сyrillic stories. I think others company which use storybook also need non-latin symbols, for example, chinese companies. My vision, Storybook need to allow non-latin characters otherwise these companies will not be able to update to new version. |
Fully support comrade @MerrickGit. |
Of course! We need to support non-latin story names of course! This was just an oversight in the design 🤦♂️ I just was wondering because your comment implied you had a solution in mind. But we'll figure something out very soon. |
Discussed with @tmeasday:
==> Find list of chars to expand to |
Maybe this:
|
@ndelangen like a good solution. |
@ndelangen sorry for implicit message. It's not sarcasm, good solution. |
ZOMG!! I just released https://github.com/storybooks/storybook/releases/tag/v5.1.0-alpha.2 containing PR #5964 that references this issue. Upgrade today to try it out! Because it's a pre-release you can find it on the Closing this issue. Please re-open if you think there's still more to do. |
Yay!! I just released https://github.com/storybooks/storybook/releases/tag/v5.0.1 containing PR #5964 that references this issue. Upgrade today to try it out! |
Describe the bug
When i use cyrillic symbols in the storiesOf, getting the bug.
Code snippets
If applicable, add code samples to help explain your problem.
Additional context
Error in
.replace(/[^a-z0-9-]/g, '-')
. We can use only latin titles.The text was updated successfully, but these errors were encountered: