v1.0.4
Fixes
- Fixed a bug where child component's wouldn't rerender on alternating shallow and deep prop mutations.
- Fixed
shouldComponentUpdate
being always overwritten. From now user definedshouldComponentUpdate
is prioritized over Easy State's internal one, but it is discouraged (as the internal one is pretty optimal.)