Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 013bfce

Browse files
Merge pull request #2499 from k-sav/patch-1
Docs: Update setup-problem-detection-and-error-recovery.md
2 parents 468c710 + 1efc280 commit 013bfce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)