-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat: add ErrorBox showing full error details #4
Conversation
6ad9ec2
to
c183788
Compare
c183788
to
08e6d48
Compare
Thanks! This is awesome. About the error, let's merge this fix. But at the same time, I think we should create an issue with a Regarding the message, I do feel that showing the exact same error twice (under and next to the js code) is a bit weird. If you take a look here: You can see that we have both an Hide the element info, and only show a big red error box on the right side with all the details? What do you think? |
@smeijer LGTM - the UI and the code are better than before 👍 |
Thanks for your work on this one @timdeschryver! Now let's test this thing: @all-contributors please add @timdeschryver for code |
I've put up a pull request to add @timdeschryver! 🎉 |
When there's an error while running a query, the error isn't visible as the text will be "undefined".
Because of this, the error will never be shown at:
Before

After
