Skip to content

Commit 1efc280

Browse files
authored
Update setup-problem-detection-and-error-recovery.md
Fix small type. Assuming a non-rbd /runtime error also cancels any active drag
1 parent 468c710 commit 1efc280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/setup-problem-detection-and-error-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ React [error boundaries](https://reactjs.org/docs/error-boundaries.html) do not
6868

6969
#### non-rbd error or runtime error
7070

71-
- can any active drag
71+
- cancel any active drag
7272
- **`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.
7373

7474
### Error is caught by `window` `error` listener

0 commit comments

Comments
 (0)