-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
only connect to serverChannel in development mode #22575
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. What about the preview side?
@tmeasday here's what I could find:
storybook/code/lib/builder-webpack5/templates/virtualModuleModernEntry.js.handlebars Lines 15 to 17 in d760a5a
These 2 places seem unguarded indeed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, LGTM
…ger-fix only connect to serverChannel in development mode
…nel-manager-fix" This reverts commit 2aef693.
…ger-fix only connect to serverChannel in development mode
What I did
I made it so the manager frame only attempts to connect to the serverChannel in development-mode.