Michael Shilman

Results 773 comments of Michael Shilman

Apparently we don't! 😂 Ok agreed, let's remove it from the CLI flags and from the docs. Can anybody help with a PR? 🙏

@Rajat-patel19 Thank you for helping make Storybook better! 🙏 Please check out [how to contribute](https://storybook.js.org/docs/react/contribute/how-to-contribute) in our docs and feel free to ask questions in `#contributing` in [our Discord](https://discord.gg/storybook).

@ievgen11 we have a dev server specifically for this purpose. what's the use case for rebuilding the static site in watch mode?

Egads!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.4.0-beta.4 containing PR #16165 that references this issue. Upgrade today to the `@next` NPM tag to try it out! ``` npx sb upgrade --prerelease ``` Closing...

@ievgen11 thanks so much for outlining your use case. this feature has been broken in storybook for some number of versions, and I just merged the PR to make the...

For anybody who wants this back, please upvote by adding a 👍 to the original issue description. We use this to help prioritize!

So is it safe to say that everybody who was using this feature is unable to dev mode (aka `start-storybook`)?

> Extend the check to the first element in the [target.composedPath()](https://developer.mozilla.org/en-US/docs/Web/API/Event/composedPath) > Extend the check to elements that have an aria role like input, searchbox, textbox or combobox If somebody...

@mrginglymus @Sidnioulz This is a bug. I'd prefer a fix to the underlying problem. But agree with the fix of removing the reset UI if we don't have a fix...

Do you a have a reproduction repo you can share? If not, can you create one? Go to https://storybook.new or see [repro docs](https://storybook.js.org/docs/react/contribute/how-to-reproduce). Thank you! 🙏