-
Notifications
You must be signed in to change notification settings - Fork 19
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
react-error-boundary commit #368
Conversation
hi @EtoKruto, I was reading up on
This will show us the error pane, which I think will always show for development (will be the |
I couldn't find this mentioned in the new React dev docs, but they do have it in the legacy site: |
@marvinsjsu please feel free to review when you find some time. Thank you sir! |
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.
Aside from a suggestion and a question, this LGTM. Thanks for workin on this, @EtoKruto!
client/src/App.tsx
Outdated
width="100vw" | ||
justifyContent="space-between" | ||
> | ||
{/* move modal to below footer after troubleshooting */} |
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'm assuming this comment was added before you started working on this, but do you know what this comment is about?
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.
Truly not sure, might need to go a few commits back to see the original placer of the said Modal position. I created the Modal and modal provider originally but do not remember adding the comment. I've since moved it to below footer for order but to my best understanding this doesn't directly impact its appearance or position on the screen, especially since it's styled with absolute positioning
@marvinsjsu Please provide a quick glance on the new structure if possible - I've folderized the ErrorBound so its compartmentalized into it's own folder for additions in the future and so it's easy on the eyes. |
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 like how you re-organized the components. It was not required, but it is very helpful as it helps keep a nice structure to our app. Thanks again, @EtoKruto!
Dev Summary
Mocks
Test Plan
repro steps:
expected:
Resources