Michael Shilman

Results 773 comments of Michael Shilman

If you want this fixed, please upvote by adding a 👍 to the issue description. We use this to help prioritize!

FYI, I looked at this today and am able to reproduce. It seems to be an issue with with `@storybook/preset-create-react-app`. When I run this with a vanilla react app using...

Thanks @merceyz ! You're the best 🙏

@blowsie any chance you can try out the latest prerelease? i've made a bunch of improvements to addon-docs dependency structure which might solve things (no promises): ``` npx sb upgrade...

@benheymink do you have a repro you can share? if so, perhaps someone here can take a look and offer suggestions

@mrmckeb is this something we can fix in the CRA preset? ☝️

Can you remove `addon-info` from package.json and reinstall? If that doesn't work, do you have a repro repo you can share?

Thanks @penx -- very interesting. We rely on a dependency called `react-docgen-typescript` to produce good types, which in turn relies on the TypeScript compiler. We're in the process of rearchitecting...

@dartess yes, SB7 will probably ship with no builder by default and you'll need to choose between webpack4, webpack5, vite, or something else.

@ndelangen Yep, the user/addon needs to register a mapping from string to React component in both the preview and the manager, since the control will be rendered in both the...