Michael Shilman

Results 79 issues of Michael Shilman

MDX 1.0 introduced "shortcodes" which allow you to [use certain elements without needing to import them explicitly](https://mdxjs.com/blog/shortcodes). Should we use this for ``, ``, ``, ``, and `` so you...

feature request
todo
addon: docs
mdx

Issue: N/A ## What I did - [x] Add a benchmark for `vite-react/default-ts` - [x] Re-enable CRA install benchmarking Self-merging @ndelangen ## How to test - [ ] CI passes...

build

[CSF](https://storybook.js.org/docs/react/api/csf) is based on ES modules, but Storybook's source tooling, such as loaders and codemods assume certain things about those modules. We should write a linter or sanitizing loader to...

feature request
todo
csf

### Describe the bug Storybook's new CI process uses symlinked directories to link in stories to "sandbox" projects. Storybook follows the symlinks, so it produces an `index.json` that contains all...

bug

Issue: #20421 ## What I did Fixed `source-loader` to handle the pattern: ```js const meta = { ... }; export default meta; // ...stories ``` I did this because we're...

bug
source-loader

### Is your feature request related to a problem? Please describe We are moving to default exports for main.js and preview.js configuration. This is friendlier for TypeScript. Before: ```js module.exports...

maintenance
core
linear

The [largest package in the vendors bundle](https://app.packtracker.io/organizations/184/projects/150/commits/c1e2477b3d6378d933af8eb612f8a30eeb939c9f/explore) is `react-dom.development.js` at a whopping 840k. If we can use the production bundle we might be able to get a nice performance boost.

dependencies
performance issue

I've already [asked](https://github.com/storybookjs/storybook/discussions/14089) about this feature, but it seems, right now there is no option for that. I want to add several external storybooks and it's not very convenient to...

feature request
help wanted
composition
PN