This repository was 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
withGlobalusing the default global state instead of a Provider's global state for Components inside aProviderin versions of React >=16.3 <16.6.
Miscellaneous
-
Upgraded
react-testing-libraryto@testing-library/react. -
Added documentation for
useDispatchanduseGlobalto the README.