Skip to content

react-inputs-validation v3.4.7

Compare
Choose a tag to compare
@edwardfxiao edwardfxiao released this 27 Aug 01:50
· 158 commits to master since this release
  • Avoiding useCallback of the check function cached the validationOption. ie: const check = useCallback(()=>{}, [internalValue, option]);