Mikhail Bashkirov
Mikhail Bashkirov
> @bashmish; this is now conflicting. Can you resolve those? done I had to remove the "retrocompatibility" for `import { globals } from '@storybook/preview/globals';` as it seems more difficult to...
@koddsson shouldn't we also update the demos?
For now I would recommend to install [VS Code plugin for styled-components](https://marketplace.visualstudio.com/items?itemName=jpoissonnier.vscode-styled-components). Looks like they support `css` literals. And not only highlighting, but full IntelliSense for CSS. The only difference...
Just realised that we might have a bunch of docs referencing the `devices`, and turned out to be true. Can you please check and update those? I think this means...
I think it's the very last comment about the versions you need to bump, then we can merge this I wasn't sure what packages would be impacted by the `devices`...
@Sanderovich thanks a lot!
We recommend to migrate to the new storybook-builder https://modern-web.dev/docs/storybook-builder/overview/ and make use of the Storybook 7 `storybook build` command. Can you please try it? The migration should not be much...
Vite can do a lot of non-standard code transformations automatically WDS does not do that by default, which is a conscious choice to keep things close to browsers standards I'm...
Can you try to configure `concurrency: 1` (https://modern-web.dev/docs/test-runner/cli-and-configuration/)? As for the logs: you might need to setup `browserLogs` and `filterBrowserLogs`, but I think defaults should be good already. Maybe the...
Hm, that's super weird. IIUC, Storybook updated a minor version and changed the export name? If so, that's now how SemVer should work. I'll have a look what really happened...