-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot set breakpoints within storybook stories #2066
Cannot set breakpoints within storybook stories #2066
Comments
I synced back to a commit from the end of February, and I still see the same behavior, i.e. Given that it wasn't a simple configuration problem introduced when moving to the new |
I assume these are related? – storybookjs/storybook#26954 & storybookjs/storybook#26653 |
@fredvisser Could you please try out the canary release of Storybook If you're using |
@valentinpalkovic - It looks like the Storybook canary release works well - thanks! (We aren't using |
Storybook 8.2.0 should contain the fix. Check their releases to see if it has been released yet. |
The release of 8.2.0 is planned for this week! |
🧹 Tech Debt
After storybook was moved to its own package, you can no longer set breakpoints within the storybook files (e.g.
button.stories.ts
). Setting breakpoints within a component's source does work correctly while running storybook.The text was updated successfully, but these errors were encountered: