Skip to content

Commit

Permalink
Pass validator to ExclusiveIOPromise
Browse files Browse the repository at this point in the history
Shouldn't matter, this isn't supposed to be a public API, but it's
technically more correct.
  • Loading branch information
jacobmischka committed Jul 15, 2022
1 parent d71eb14 commit 5cfaf52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/classes/IOPromise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export class InputIOPromise<
props: this.props,
valueGetter: this.valueGetter,
onStateChange: this.onStateChange,
validator: this.validator,
})
}
}
Expand Down

0 comments on commit 5cfaf52

Please sign in to comment.