You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/setup-problem-detection-and-error-recovery.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ React [error boundaries](https://reactjs.org/docs/error-boundaries.html) do not
68
68
69
69
#### non-rbd error or runtime error
70
70
71
-
-can any active drag
71
+
-cancel any active drag
72
72
-**`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.
0 commit comments