Skip to content

v3.10.1

Latest
Compare
Choose a tag to compare
@akuzko akuzko released this 19 Apr 09:28

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.