-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
upgrade storybook to 5.1.11 #1132
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/operation-code/operation-code/jp4s50zcz |
Just a reminder @chynh - you're a member so you don't need to fork this repo. You can just make branches directly off this repo. It'll be beneficial for me so I don't have to use https://hub.github.com/ to checkout your PR Anyways, the Netlify build seems to be failing and not because of caching issues. |
Oh yeah I did not know this. Thanks for letting me know.
Seems like you guys had the same issue before. Were you able to resolve it? |
😅 encountering my own demons storybookjs/require-context.macro#25 A few ideas:
|
🤖 This is a bot 🤖 Built with commit fda348d https://deploy-preview-1132--operation-code-storybook.netlify.app |
Getting |
hmm yeah I saw that. I guess I'll have to spend some time looking into this issue this weekend. Is it possible for me to trigger netlify deploy manually? |
You're more than welcome to make your own Netlify account and deploy your Storybook builds willy nilly! |
I was able to deploy without the weird 'fs' issue on my netlify account. Not sure what is causing issue on your account. Maybe the build setting? Ideally, it would be great to add 2nd build to Vercel but I am not sure how to do that. Been looking into document but not have been successful so far. ¯\_(ツ)_/¯ |
Code Climate has analyzed commit fda348d and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (90% is the threshold). This pull request will bring the total coverage in the repository to 94.5% (0.0% change). View more on Code Climate. |
That was super helpful thanks! I had |
What was the reasoning for going specifically to version 5.1.11 as opposed to something more recent? |
I initially tried version 5.2.x but had issue with Accordion component. I don’t know what changed but Storybook seemed to have issue with passing JSX as prop. Might be something to keep in mind when upgrading in the future. |
Description of changes
Migrate to Storybook 5.1.11
Minor changes to jest tests to remove console warnings
Issue Resolved
Fixes #397