Michael Shilman

Results 773 comments of Michael Shilman

> This needs to be documented as it's one of the most asked questions about Svelte. Where would this fit in however? @kylegach We probably need a `slots` section on...

> Is the HTML support safe? we intentionally do not escape HTML to support it, but could this be a security issues, users injecting unsafe JS via args? It seems...

> Should we name the arg something else than children? We've talked about $children before. Using an exotic name like that could mean that this wouldn't be a breaking change,...

> Great point @kasperpeulen, especially about portable stories. Convinced me. Objections @shilman ? @JReinhold Is this a feature we want to be able to enable and disable on a per...

@JReinhold @kasperpeulen it would be great if we could get a truly global feature flag that is also compatible with portable stories. I don't like parameters since they are only...

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! 🙏

Proposal: ```js // .storybook/preview.js export default { parameters: { controls: { disableSave: true } } } ```

Looks like there are a few extra qs references that are causing linting to fail!

I swapped one of them over, but didn't go the extra distance to do the other two, which are a little more involved 🙈

@ghengeveld WYDT about: 1. move this out of VTA and into the core 2. when we sense a problem, try triggering a page refresh once to solve it (e.g. when...