-
-
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
Vue-kitchen-sink: Re-enable MDX storyshots #8557
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/storybook/monorepo/g223ipfjt |
@shilman Taken me a while to get back around to this, and I'm not sure where exactly we left things, so I just wanted to do a quick summary of the source of the bug and explain the different options for dealing with this issue, and maybe get some direction from the core maintainers. The Bug:The root cause of the bug is that, by default, the Possible Solutions:The solutions here need to be considered more from the perspective of 1) Disable
|
You rock @Aaron-Pool. We should definitely go with option 2, but the question is whether we do this now, in 5.4, or in 6.0? It boils down to:
Given all this, I'd say let's punt this until 5.4 at earliest. Unless you think you can still pull off the babel-macro stuff and this helps that. Cc @elevatebart @backbone87 @pksunkara @ndelangen @Hypnosphi @tmeasday @igor-dv |
# Conflicts: # examples/vue-kitchen-sink/package.json # yarn.lock
Hey, just wanted to check if there's been any update on this, or if there's a good way for storyshots to ignore .mdx files for now? Not having snapshots for mdx stories for now isn't the end of the world, but it would be good to skip them to avoid the errors. I've tried both |
@piemasters this is the hack I used to disable MDX until we fix this: |
Issue: #7223
What I did
What I need
@Aaron-Pool