Yann Braga

Results 311 comments of Yann Braga

Hey there! Could you please provide a reproduction to showcase what you mean?

Small report when testing the canary on Mealdrop: With `await userEvent.click(canvas.getByText('This restaurant is closed.'))` the highlight button is available: But with `await expect(canvas.getByText('This restaurant is closed.')).toBeInTheDocument()` it isn't: Is that...

Another small one, I think the highlight status should be cleared when users click to step back. Here you can see: - the toggle on, it works as intended -...

Hey there @MarioKavula thanks for your contribution! It looks pretty good, but the E2E tests are failing. Would you mind taking a look at them?

Hey @MarioKavula, did you manage to take a look into the failures? I updated the branch and they're still happening

Hey @gangsthub @Romainpetit @shiwoo-jobis @sergei-maertens @majoncas-ue please try this canary out and provide feedback 🙏 `2.0.0--canary.51.dcd0bca.0`

Hey there @CHC383! I think the use case of rendering MDX in React components in Nextjs is a bit niche, which is why we didn't find this earlier, so thanks...

Thank you so much @stevensacks for providing a repro. I think I found the issue. @storybook/react has a peer dependency of @storybook/test, however, @storybook/react-vite, which has a direct dependency of...

Hey @justnewbee in [Storybook 9.1.8](https://github.com/storybookjs/storybook/releases/tag/v9.1.8) there was only a single change to preact, and no changes at all to code that could have affected your project. Potentially there is something...