Documentation regarding AggregateError #3185
Unanswered
BryceMehring
asked this question in
General
Replies: 1 comment
-
|
Thanks for reporting. Yeah, we believe the use of AggregateError is appropriate in our case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently debugging some of our jotai stores throwing some errors and was confused as to why Jotai was not showing what was the actual error being thrown. Just an
AggregateErrorhiding the details in both Chrome and Edge. Upon reading up on the doc of this new error class on MDN, I learned that I needed to loop over the array of errors within the AggregateError to actually see what was going on.Should this just be documented better if AggregateError is still wanted to be used?
Beta Was this translation helpful? Give feedback.
All reactions