1.1.4
- Function
altState()
is now called with the componentsstate
andprops
next to thestoreState
. This enables the use ofstatic
functions so you don't have to rely onthis
.
altState()
is now called with the components state
and props
next to the storeState
. This enables the use of static
functions so you don't have to rely on this
.