-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Story titles no longer converted from camelCase to Capital Case with storyStoreV7 enabled #16877
Comments
Hey @JoshTumath. I'm not able to reproduce this. Is it possible that you're running an older version of one of the packages, esp
|
No it looks as though I'm on the latest version.
|
Do you a have a reproduction repo you can share? If not, can you create one? See how to create a repro. Thank you! 🙏 |
I've not been able to reproduce it so far, but I can keep trying. In the meantime, I can privately send you a Chromatic preview build of our Storybook, if that helps? |
@JoshTumath is the error present in both |
Yeah I can reproduce it on our actual project's Storybook on both. I just noticed on Chromatic when it was verifying the storybook build, it gave this error:
I don't know if that helps. I'll try and dig into it more. |
@JoshTumath thanks so much for the extra info! @tmeasday does that stack trace mean anything to you? |
I'd guess that's coming from this line: storybook/lib/store/src/StoryStore.ts Line 158 in 1eb8aa1
|
That's pretty odd. The
|
OK, I figured out the Chromatic extract error ("Failed to verify your Storybook") --- will hopefully get a patch release out with a fix for the source problem soon. I'm pretty sure it is unrelated to the original issue on this ticket though, as the |
Jiminy cricket!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.4.9 containing PR #16947 that references this issue. Upgrade today to the
Closing this issue. Please re-open if you think there's still more to do. |
Shiver me timbers!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.5.0-alpha.2 containing PR #16947 that references this issue. Upgrade today to the
|
I don't believe the original issue here is fixed by that PR. |
Thanks for fixing the Chromatic issue, @tmeasday. I can now show you a preview build of our project's Storybook (on version 6.4.9) with a reproduction of the bug. https://5d02576173cf8b00202bda0e-kvqojunzbo.chromatic.com/ |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Discussed this with @JoshTumath today. Josh will get their design system updated to the latest 6.5.x and verify that the problem is still happening. At that point, I'll dig in and see if I can figure out what's going on. I'm still unable to reproduce. |
Hi there! Thank you for opening this issue, but it has been marked as |
I'm afraid we need to close this issue for now, since we can't take any action without the requested reproduction or additional information. But please don't hesitate to open a new issue if the problem persists – we're always happy to help. Thanks so much for your understanding. |
Describe the bug
After enabling the
storyStoreV7
feature flag, story titles are no longer converted from camelCase to Capital Case.To Reproduce
I have not been able to reproduce in a test case. Any advice on what I could try would be appreciated.
It happened since upgrading to 6.4.4 and enabling the following feature flags:
System
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: