This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
2.2.1 - 2.2.5
2.2.5
- Removes use of deprecated
componentDidUnmount
for class components. #134
2.2.3/2.2.4
- Batches subscriptions using ReactDOM. #129
- Reverted due to lack of React Native support.
2.2.2
- Memoizes
useGlobal
's setter function. #123
2.2.1
- Fixes TypeScript issue where map of dispatchers was not extensible.