From 70afad09e4eedc671a250e85b50c05856b98d3a8 Mon Sep 17 00:00:00 2001 From: SToneX Date: Sun, 3 Feb 2019 11:29:20 +0800 Subject: [PATCH] Update the version with Hooks proposal in README --- packages/eslint-plugin-react-hooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin-react-hooks/README.md b/packages/eslint-plugin-react-hooks/README.md index 156f09718b35..5d0e02752e5b 100644 --- a/packages/eslint-plugin-react-hooks/README.md +++ b/packages/eslint-plugin-react-hooks/README.md @@ -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.