0 votes
in ReactJS by
How error boundaries handled in React v15?

1 Answer

0 votes
by

React v15 provided very basic support for error boundaries using unstable_handleError method. It has been renamed to componentDidCatch in React v16.

Related questions

0 votes
asked Dec 18, 2023 in ReactJS by rahuljain1
0 votes
asked Dec 8, 2020 in ReactJS by SakshiSharma
...