Skip to content

Commit bee6208

Browse files
committed
removed alpha warning from README
1 parent aa059e3 commit bee6208

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ Simple component wrapper and utilities for testing React hooks.
1717
[![Star on GitHub](https://img.shields.io/github/stars/mpeyper/react-hooks-testing-library.svg?style=social)](https://github.com/mpeyper/react-hooks-testing-library/stargazers)
1818
[![Tweet](https://img.shields.io/twitter/url/https/github.com/mpeyper/react-hooks-testing-library.svg?style=social)](https://twitter.com/intent/tweet?text=Check%20out%20react-hooks-testing-library%20by%20%40mpeyper%20https%3A%2F%2Fgithub.com%2Fmpeyper%2Freact-hooks-testing-library%20%F0%9F%91%8D)
1919

20-
> _**NOTE**: Hooks are a proposal in the current alpha version of React and are **NOT** recommended to use in production code. This library should be treated as a proof-of-concept **ONLY**._
21-
>
22-
> _Please refer to the [hook FAQ](https://reactjs.org/docs/hooks-faq.html) for more details on React hooks, their release timeframe and adoption strategy._
23-
2420
## The problem
2521

2622
You're writing an awesome custom hook and you want to test it, but as soon as you call it you see the following error:

0 commit comments

Comments
 (0)