Michael Shilman

Results 773 comments of Michael Shilman

What's happening here is that Storybook is adding a markdown loader so that you can import markdown files and display them in your docs. Thus it is using Storybook's own...

@ice-kylin Looking at the Stackblitz, the `tsconfig.json` is extending a file that doesn't exist: ``` "extends": "./.svelte-kit/tsconfig.json", ``` Looks like that corresponds to https://github.com/sveltejs/kit/issues/7028 So you need to build your...

Sorry for the slow response. I think we can just re-export unmodified. You can look at the other frameworks to see what e.g. Next does.

This is not a bug. This is just how the story is configured. @valentinpalkovic @vanessayuenn We can just update the story.

@ghengeveld did you have a use case in mind for why we'd want to be able to have the color control open by default?

🚨🚨 We also need to fix `"SB_FRAMEWORK_NEXTJS_0003 (IncompatiblePostCssConfigError)"`. This a terrible first impression for one of our most common install types. 🚨🚨

Note: the underlying problem that triggered `IncompatiblePostCssConfigError ` has been fixed in `create-next-app`. However, there will still be lots of old Next.js projects lying around that have that problem.

Thanks for reporting. Must be a very recent regression, since I was able to get this working pretty recently. We'll look into it!

@vctqs1 the failures are unrelated to this PR, and I'd guess are also happening on the base branch. I'll work with the core team to figure out what's going on...