Replies: 2 comments 1 reply
-
Agreed. Would it be acceptable if we only reported a more proximal error when in debug mode (for the sake of performance)? If we do this, then it probably makes sense to catch serialization errors and suggest running in debug mode to get a more useful traceback. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following grim traceback was caused by writing
button(disabled=mutation)
instead of...=mutation.loading
, and it's representative of a fairly common set. It would be great to have a pointer to near the origin of the error.Beta Was this translation helpful? Give feedback.
All reactions