-
Notifications
You must be signed in to change notification settings - Fork 1
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
🚸 Enhanced error rendering in the ErrorDisplay component, adding detailed error summaries #446
Conversation
🦋 Changeset detectedLatest commit: 6a34d7b The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
cd8c184
to
04ee3c8
Compare
04ee3c8
to
79d1959
Compare
79d1959
to
21de3c9
Compare
21de3c9
to
922de3c
Compare
|
||
{errors[0] && ( | ||
<div className={styles.message1Sentence}> | ||
<details> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I chose not to use <details open>
to keep the display compact.
The changes in 922de3c could be resolved with a smaller diff! I'll make some adjustments, so please hold on! |
…iled error summaries - Replaced `ProcessError` with `ErrorObject` across components and modules.
922de3c
to
6a34d7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻
Summary
Enhanced error rendering in the
ErrorDisplay
component, adding detailed error summaries.ProcessError
withErrorObject
across components and modules.Now
Related Issue
Changes
Testing
You can check the differrence:
Other Information