Jeppe Reinhold

Results 228 comments of Jeppe Reinhold

@sir-captainmorgan21 sorry I forgot this. They're done now! See them at #20664 and #20683

@sir-captainmorgan21 could you open a new issue for that?

@chakAs3 can you provide a demo or an explanation of how this works with slots, and what the API looks like from a user perspective? I want to understand if...

As a workaround for now, you can add a global decorator that adds `StrictMode`: 1. rename `preview.ts` to `preview.tsx` (if not already done) 2. Add a decorator: ```ts import {...

> Hi @JReinhold I Tried with the above steps i could see mine is working correctly could you please help to move further I'm not sure what you're asking, did...

I think this might be an nx issue, but I'm no expert on the matter, @mandarini do you know? It looks like we need CWD to be `apps/toolapp` bit it's...

This is unrelated to Web components, it also happens in a React+vite sandbox: https://next--630511d655df72125520f051.chromatic.com/?path=/docs/addons-docs-docs2-button--metaof&globals=backgrounds.grid:!true

This was removed on purpose here https://github.com/storybookjs/storybook/pull/19959 but I can't remember why - @tmeasday do you remember?

> My best guess was due to the global eject button for the whole page making it duplicative..? I see, it wouldn't be an exact duplicate because the global one...

I have a fix for this, but I think it's highly related to https://github.com/storybookjs/storybook/issues/25737 so I'm trying to fix both.