React Error Handling in React 16 Previously any JavaScript errors inside React components used to corrupt React’s internal state and cause it to emit cryptic errors on next renders. These errors were always caused by an earlier error in the application code. 2 min read