This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
v0.10.0
Update to behavior of mapPropsOnChange()
The propsMapper
parameter now only receives the subset of props specified by dependentPropKeys
. The resulting object is then combined with the non-dependent props before being passed to the base component.
Thanks @istarkov