react-use-sub
Advanced tools
Changelog
[2.2.0] - 2021-07-06
undefined
value anymore.
The store updates allow now also to set data that does not belong into the store. Using
strict TS checks, should avoid this to happen, so it's not enforced by the given code
anymore.Changelog
[2.1.1] - 2021-06-30
"type": "module"
in own package.json
was overriding
the default of the package importer. Hence, the package could only be used as ESM.Changelog
[2.1.0] - 2021-05-02
Store.listen
allows adding (and removing) listeners on the store outside react components.Changelog
[2.0.0] - 2021-03-21
undefined
types on top-level thanks to
hint
of @InExtremaRes.Changelog
[1.1.1] - 2021-03-14