Skip to content
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

[Bug]: HMR events lead to new WS connections for Storybook's Channel #29624

Open
valentinpalkovic opened this issue Nov 15, 2024 · 0 comments
Open
Labels

Comments

@valentinpalkovic
Copy link
Contributor

valentinpalkovic commented Nov 15, 2024

Describe the bug

A file change usually triggers a reload event in Storybook's manager. As soon as this happens, Storybook's manager establishes a new WebSocket connection to the backend.

Reproduction steps

  1. Start Storybook
  2. Make a change in a story file or component file
  3. Take a look at the network tab. Filter for WS. You can see that a new WS connection has been established

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Needs Discussion
Development

No branches or pull requests

2 participants