Google News
logo
ReactJS - Interview Questions
How error boundaries handled in React v15?
React v15 provided very basic support for error boundaries using unstable_handleError method. It has been renamed to componentDidCatch in React v16.
Advertisement