We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09225f6 + 37eac0e commit 9d8ca83Copy full SHA for 9d8ca83
src/conditionsMeet.js
@@ -8,6 +8,7 @@ export default function conditionsMeet(conditions, formData) {
8
toError(
9
`Rule ${JSON.stringify(conditions)} with ${formData} can't be processed`
10
);
11
+ return false;
12
}
13
return Object.keys(conditions).every(ref => {
14
let refCondition = conditions[ref];
0 commit comments