This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
2.1.6
New Features β¨
- ReactN now supports all versions of React >= 0.14. #60
- Thanks @janezk7 and @davidrenne!
Bug Fixes π
- Fixed
withGlobal
using the default global state instead of a Provider's global state for Components inside aProvider
in versions of React >=16.3 <16.6.
Miscellaneous
-
Upgraded
react-testing-library
to@testing-library/react
. -
Added documentation for
useDispatch
anduseGlobal
to the README.