Commit e08d892
rohan4naik
Clarify that server errors handled by Suspense are still reported
The 'Providing a fallback for server errors and client-only content'
section stated React would not surface a server error when the client
render succeeds. In practice React still reports it via
onRecoverableError and logs recoverable error #419 to the console.
Correct the wording and add a note about the opt-out caveat.
Fixes #84971 parent 6be2b02 commit e08d892
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2353 | 2353 | | |
2354 | 2354 | | |
2355 | 2355 | | |
2356 | | - | |
| 2356 | + | |
2357 | 2357 | | |
2358 | 2358 | | |
2359 | 2359 | | |
| |||
2372 | 2372 | | |
2373 | 2373 | | |
2374 | 2374 | | |
| 2375 | + | |
| 2376 | + | |
| 2377 | + | |
| 2378 | + | |
| 2379 | + | |
| 2380 | + | |
2375 | 2381 | | |
2376 | 2382 | | |
2377 | 2383 | | |
| |||
0 commit comments