-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
What problem are you facing?
The following options do not exist on this.options inside of the ChangeStreamCursor class, but the Reflect/get/set code avoid typescript assertions to warn us of this.
fullDocument: this.options.fullDocument, maxAwaitTimeMS: this.options.maxAwaitTimeMS, collation: this.options.collation,
We should refactor the code and get the correct values for these options.
What driver and relevant dependency versions are you using?
v4.4.1