File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ Hide/Show table of contents
220220| 171 | [ What are the differences between Flux and Redux?] ( #what-are-the-differences-between-flux-and-redux ) |
221221| 172 | [ What are the benefits of React Router V4?] ( #what-are-the-benefits-of-react-router-v4 ) |
222222| 173 | [ Can you describe about componentDidCatch lifecycle method signature?] ( #can-you-describe-about-componentdidcatch-lifecycle-method-signature ) |
223- | 174 | [ In which scenarios error boundaries do not catch errors?] ( #in-which-scenarios-error-boundaries-do -not-catch-errors ) |
223+ | 174 | [ In which scenarios do error boundaries not catch errors?] ( #in-which-scenarios-do- error-boundaries-not-catch-errors ) |
224224| 175 | [ What is the behavior of uncaught errors in react 16?] ( #what-is-the-behavior-of-uncaught-errors-in-react-16 ) |
225225| 176 | [ What is the proper placement for error boundaries?] ( #what-is-the-proper-placement-for-error-boundaries ) |
226226| 177 | [ What is the benefit of component stack trace from error boundary?] ( #what-is-the-benefit-of-component-stack-trace-from-error-boundary ) |
@@ -3923,9 +3923,9 @@ Hide/Show table of contents
39233923
39243924**[⬆ Back to Top](#table-of-contents)**
39253925
3926- 174. ### In which scenarios error boundaries do not catch errors?
3926+ 174. ### In which scenarios do error boundaries not catch errors?
39273927
3928- Below are the cases in which error boundaries doesn 't work,
3928+ Below are the cases in which error boundaries don 't work,
39293929
39303930 1. Inside Event handlers
39313931 2. Asynchronous code using **setTimeout or requestAnimationFrame** callbacks
You can’t perform that action at this time.
0 commit comments