From 233d74e7906eb5508d9355ee96518aa101a11cc1 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 17 Apr 2018 16:59:05 +0100 Subject: [PATCH] docs(error-boundaries):remove react beta reference (#815) --- content/docs/error-boundaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/error-boundaries.md b/content/docs/error-boundaries.md index 381b2ea9..f0e1d440 100644 --- a/content/docs/error-boundaries.md +++ b/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