Michael Shilman
Michael Shilman
@LongLiveCHIEF if you're using `addon-contexts` you should check out its replacement `addon-toolbars` which builds on the ideas from `addon-contexts` but otherwise IMHO is better in every way: https://github.com/storybookjs/storybook/tree/next/addons/toolbars
@ghengeveld can you please review the chromatic change?
@MarioSchy All of our Angular maintenance is done by volunteers, so I can't commit to it, but I certainly hope we can get this figured out by the next release.
Olé!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-alpha.30 containing PR #19104 that references this issue. Upgrade today to the `@future` NPM tag to try it out! ``` npx sb upgrade --prerelease ``` Closing...
Do you have a repro repo you can share?
There are two conflicting scenarios: destructuring `process.env` and assigning to it. ## 6.4.9 ``` ✅ console.log(process.env.FOO); ✅ console.log(process.env); ❌ process.env.FOO = 'bar'; ``` ## 6.4.10 ``` ✅ console.log(process.env.FOO); ❌ console.log(process.env);...
@B2Y4N @josh-the-dev @maytheu thanks! i've updated the issue description. looking forward to your PRs! @ayush9398 yes, which ones would you like to take?
cc @tmeasday
@unknownterritory FWIW webpack5 support is mostly stable as of the 6.3 release
Any `pnpm` experts in the house? @merceyz ?