Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.2.6.tar.gz | 2020-02-18 | 329.4 kB | |
2.2.6.zip | 2020-02-18 | 417.7 kB | |
README.md | 2020-02-18 | 396 Bytes | |
Totals: 3 Items | 747.5 kB | 0 |
Bug fixes 🐛
- Fixes issue where
useGlobal()
hook with no parameters would sometimes not trigger a re-render on state changes after the first. [#150] (Thanks @m4ttheweric!)
Miscellaneous 📃
- Upgrades dev dependencies to latest, allowing asynchronous
act
. 👍 - Deprecated unit tests for non-latest versions of React, because they do not support asynchronous
act
. 😢