Patch Description
- Fixed
'always'
on-change strategy to actually be applied on any input update instead of any action being dispatched. This prevents showing errors when, for instance,useConfig
is used, but user has not changed anything yet. - Considering above,
'always'
value renamed to'onAnyChange'
, keeping'always'
as valid value for backward compatibility.