-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Error: received updateGlobals but was unable to determine the source of the event, received updateGlobals but was unable to determine the source of the event #15659
Comments
Yeah seeing the same issue when I deploy Storybook. When I run it locally using |
Do you a have a reproduction repo you can share? If not, can you create one? See how to create a repro. We prioritize issues with reproductions over those without. Thank you! 🙏 |
@shilman I think you can close this ticket - was an AWS problem addressed in this closed issue: #12538 (comment) |
FYI I am getting this error when using this recipe: https://github.com/storybookjs/storybook/blob/next/addons/docs/docs/recipes.md#reordering-docs-tab-first
Both when running storybook locally and with the static build. |
I'm unfortunately seeing the same as @mduenias. For now, I'm just going to remove the reordering logic until it's fixed. |
@mduenias @designmatty could you check that changes in |
Same problem, still exists in Storybook 6.5.9. Does this issue need to be reopened? @shilman |
I think we should open another issue exclusively for this reordering error |
Seems this still exists! |
it still exists 🥲 |
Still same issue on v 7.6.10 |
We have the same issue on After some digging, this seems to be the issue:
When getEventSourceUrl is called, event.source is undefined, but - in our case - only sometimes. So maybe some race condition?
@shilman can we reopen this? |
Hi there! Thank you for opening this issue, but it has been marked as |
I'm afraid we need to close this issue for now, since we can't take any action without the requested reproduction or additional information. But please don't hesitate to open a new issue if the problem persists – we're always happy to help. Thanks so much for your understanding. |
Also having the same issue on storybook v8.2.1 |
There's now a reproduction repo in the related discussion: #26941 (comment) It shows that it doesn't show the error on simple story pages, but produces it on more complicated pages 100% of time - while using the exact same components, just rendering the same thing multiple times. So - as @nukemonk points out - it does seem like a race condition. Repo: https://github.com/nukemonk/globals_toolbar_error |
Describe the bug
When I try to build and serve the build version of storybook this issue arises.
To Reproduce
Run
build-storybook -c .storybook -o .storybook-static
npx serve -s .storybook-static
System
Mac OS
Dependencies:
Below is my
.storybook/main.js
fileAdditional context
Throws the following errors in the console,
The text was updated successfully, but these errors were encountered: