How error boundaries handled in React (15)? Technology Community › Category: React › How error boundaries handled in React (15)? 0 Vote Up Vote Down VietMX Staff asked 4 years ago React15 provided very basic support for error boundaries using the method name unstable_handleError. Later this has been renamed as componentDidCatch starting from React16 beta release.