Update the version with Hooks proposal in README (#14751)

This commit is contained in:
SToneX 2019-02-04 17:36:56 +08:00 committed by Brian Vaughn
parent c21c41ecfa
commit e489c3f9c1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ It is a part of the [Hooks proposal](https://reactjs.org/docs/hooks-intro.html)
## Experimental Status
This is an experimental release and is intended to be used for testing the Hooks proposal with React 16.7 alpha. The exact heuristics it uses may be adjusted.
This is an experimental release and is intended to be used for testing the Hooks proposal with React 16.8 alpha. The exact heuristics it uses may be adjusted.
The [Rules of Hooks](https://reactjs.org/docs/hooks-rules.html) documentation contains a link to the technical RFC. Please leave a comment on the RFC if you have concerns or ideas about how this plugin should work.