Browse Source

docs(error-boundaries):remove react beta reference (#815)

main
John 7 years ago
committed by Dan Abramov
parent
commit
233d74e790
  1. 2
      content/docs/error-boundaries.md

2
content/docs/error-boundaries.md

@ -84,7 +84,7 @@ componentDidCatch(error, info) {
## Live Demo
Check out [this example of declaring and using an error boundary](https://codepen.io/gaearon/pen/wqvxGa?editors=0010) with [React 16 beta](https://github.com/facebook/react/issues/10294).
Check out [this example of declaring and using an error boundary](https://codepen.io/gaearon/pen/wqvxGa?editors=0010) with [React 16](https://reactjs.org/blog/2017/09/26/react-v16.0.html).
## Where to Place Error Boundaries

Loading…
Cancel
Save