Skip to content

Commit

Permalink
Update setup-problem-detection-and-error-recovery.md
Browse files Browse the repository at this point in the history
Fix small type. Assuming a non-rbd /runtime error also cancels any active drag
  • Loading branch information
k-sav authored Apr 20, 2023
1 parent 468c710 commit 1efc280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/setup-problem-detection-and-error-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ React [error boundaries](https://reactjs.org/docs/error-boundaries.html) do not

#### non-rbd error or runtime error

- can any active drag
- cancel any active drag
- **`throw` the error** for your own error boundary. We will not recover from errors that are not caused explicitly by `rbd`. A run time error (such as a `TypeError`) that is caused by `rbd` will not be recovered. `rbd` will only recover from explicitly thrown `rbd` errors.

### Error is caught by `window` `error` listener
Expand Down

0 comments on commit 1efc280

Please sign in to comment.