We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9f438 commit 01967b9Copy full SHA for 01967b9
exercises/09.errors/README.mdx
@@ -182,8 +182,7 @@ that makes sense for that part of the application.
182
183
You'll use error boundaries in a similar way. Just think about what the user
184
will be able to do when errors occur and if you're able to give them more useful
185
-actions by handling the error in a more closely to where it originated, then do
186
-that.
+actions by handling the error more closely to where it originated, then do that.
187
188
For example, let's say you have a list/detail view. You might want to have an
189
error boundary around the list and another around the detail view. This way, if
0 commit comments