Skip to content

Instantly share code, notes, and snippets.

@kettanaito
Created April 22, 2018 09:41
Show Gist options
  • Save kettanaito/aebdab8644b36062911434b0bad63fae to your computer and use it in GitHub Desktop.
Save kettanaito/aebdab8644b36062911434b0bad63fae to your computer and use it in GitHub Desktop.
RAF - Rules analyzis
{
name: {
confirmPassword: {
matches: ({ value, get }) => {
return (value === get(['userPassword', 'value']);
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment