3.2.0
- Bugfix: pass
context
through recycled constructors (with thisreact-redux
is now fully supported!) linkState()
when used with top-level keys (ie, not dot-notated) will no longer mutatethis.state
in-place.(Nested keys can and will still mutate this.state, since the implementation of immutable state traversal would essentially be a small immutability library, not something Preact core can justify)