We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babfb32 commit 3678a58Copy full SHA for 3678a58
src/condition.js
@@ -62,6 +62,9 @@ export default class Condition {
62
if (this.factResult !== undefined) {
63
props.factResult = this.factResult
64
}
65
+ if (this.valueResult !== undefined) {
66
+ props.valueResult = this.valueResult
67
+ }
68
if (this.result !== undefined) {
69
props.result = this.result
70
0 commit comments