Michael Shilman

Results 773 comments of Michael Shilman

@yannbf Have you had a chance to take a look at this?

@tmeasday @yannbf This is a case where the addon's (`storybook-addon-next-router`'s) decorator is getting inserted too late in the decorator chain. I think we discussed having some kind of priority for...

@leerob I agree with a status doc block longer term, and that short-term the custom MDX is a nice demo of capabilities 👍 I'd like to formalize the notion of...

@tmeasday do you know why this might happen? Does webpack have problems tree-shaking due to the glob-to-regex trick that we do? I looked through the `addon-react-native-web` code and nothing jumped...

Hmm @dannyhw I wonder if the `include` logic here is somehow causing unnecessary files to be processed by webpack. https://github.com/storybookjs/addon-react-native-web/blob/main/src/webpack.ts#L68-L88 Moving this issue to the `addon-react-native-web` repo...

On your dev machine, try: ``` yarn build-storybook npx http-server storybook-static ``` Does that work for you? If it does, Chromatic should also work (in theory, in practice there might...

@rpolonsky what happens when you name that `0-Welcome.stories.tsx`?

@adam-beck Thanks for the thorough diagnosis! 🙌 How would you recommend improving the docs for your use case?

Pretty exciting! I'd say let's do this in two steps: 1. Update the docs 2. Update the preset after we've gotten some feedback What do you think?

Still a problem with the preset though, right?