Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

v0.10.0

Compare
Choose a tag to compare
@acdlite acdlite released this 17 Nov 20:16
· 433 commits to master since this release

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