Valentin Palkovic

Results 268 comments of Valentin Palkovic

Heads up: The [7.6.17](https://github.com/storybookjs/storybook/pull/26091) release contains the fix.

Hi @svallory Something went wrong on this branch. I guess the base branch wasn't `next`, but `latest-release`, which now leads to a bunch of conflicts and a huge diff. I...

Just to set some context for the `ip` vulnerability: The affected `ip.isPublic()` method is not used by Storybook. Hence, the vulnerability reported by `npm audit` doesn't affect Storybook users. We...

I agree! Let’s continue the discussion about the ip vulnerability [here](https://github.com/storybookjs/storybook/issues/26014).

Just fyi. The ip vulnerability is already handled here https://github.com/storybookjs/storybook/pull/26025

> I'm confused about the DX here. I ran the automigration on a fresh 7.6 nextjs project. > > It first prompts me which compiler I want: > > >...

The issue is fixed for Angular. Investigating Web components, Solid.js and Preact.

@jonniebigodes So, for web components, there is a way to set up component analysis, but it is not set up by default when Storybook is initialized. Therefore, it doesn't appear...