Skip to content

Commit db99c4b

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

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

+1-1
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)