v7.1.0-alpha.3
Pre-release
Pre-release
markerikson
released this
28 Apr 16:54
·
833 commits
to master
since this release
After discussion in the hooks alpha feedback issue, we've decided to remove the useRedux()
hook, as it doesn't really bring any benefits. If you were using it in your own code, replace the useRedux()
call with separate calls to useSelector()
and useActions()
.
This release also includes the timing bugfix from #1263.
Also, while you won't notice it, @mpeyper was able to simplify our hooks unit tests using react-hooks-testing-library
.