Michael Shilman

Results 773 comments of Michael Shilman

Great Caesar's ghost!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-rc.11 containing PR #21770 that references this issue. Upgrade today to the `@next` NPM tag to try it out! ``` npx sb@next upgrade --prerelease...

> Should prerelease sandboxes (Typescript RC, Angular 16 RC,...) block PRs from being mergeable as soon as they fail? > Should we report failures of prerelease sandboxes in our Discord...

closing with followup tasks in #21792

@mctrafik Storybook still supports older versions of CSF for precisely this reason, and will continue to support them in the foreseeable future.

@IanVS sounds like maybe it's a missing dependency. Though I didn't encounter this in any of my testing in webpack storybook, so it's also possible that it's something different in...

That's awesome @justincy! Is there any way to decouple it, so that a user could install `preset-typescript` (possibly updated by you) and `preset-css-modules` (doesn't exist yet, you'd contribute it) and...

We have a specific preset for CRA that basically tries to reuse a users CRA settings to match their app setup as closely as possible, no matter the config (js,...

@tmeasday The first PR has the `picked` label and the second one does not. That means that it didn't cherry-pick cleanly back to 6.5. I'll see if I can get...