Skip to content
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

Rename things to avoid confusion around error boundaries #122

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

csillag
Copy link
Contributor

@csillag csillag commented Feb 10, 2023

We are React Router's errorElement feature to catch some errors on some routes.
We have been calling this ErrorBoundary, but I find this a bit confusing, since React also has a feature / concept called ErrorBounday, which is slightly different.

In order to avoid any confusion, I propose renaming some of our components.

@csillag csillag force-pushed the csillag/refactor-error-boundary branch from e8d4a10 to 9b431c9 Compare February 10, 2023 07:21
@csillag csillag marked this pull request as ready for review February 10, 2023 07:23
@csillag csillag merged commit f419956 into master Feb 10, 2023
@csillag csillag deleted the csillag/refactor-error-boundary branch February 10, 2023 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants