-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
What problem are you facing?
I am creating a collection per the docs with the option `{ strict: false }` and I experience an error `MongoServerError: BSON field 'create.strict' is an unknown field`.
What driver and relevant dependency versions are you using?
v5.3.0 on Node.js
Steps to reproduce?
Install the driver and create a collection.
```js
await db.createCollection<LogDB>('system-log',
)
```