-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
Graph view not rendering #29
Comments
@theogravity Can you reproduce it on the online demo(use
I will check but the only difference between |
Hello, i can confirm the bug. It happens only with rc.5 version.
I don't agree. in this commit 96009e8 if you check yarn.lock file you will find that some dependencies were updated, one of them cause this bug |
I have no problems with the online demo. I unfortunately can't paste my introspection as it would give away something we're working on at work that's secret right now. |
can you resolve the issue?as i m also having the same issue +
On node console. |
The issue was caused by upgrading Thanks all for participation! |
Thanks, it works! |
When I hit the graphql voyager endpoint, the sidebar loads properly, but the main view gets stuck on "Transmitting..."
In the JS console, I get
blob:http://localhost:4000/427b21a8-5a9a-4f6f-8baf-463f5d906201:12 Uncaught SyntaxError: Illegal return statement
Which is buried in the bundle (under
// ENSCRIPTEN_END_FUNCS
)Unsure if this matters, but the generated bundle reads
rc-4
instead of 5.The text was updated successfully, but these errors were encountered: