- `if (meta) this.m = meta;` should be `this.m = meta || null;` [here](https://github.com/share/sharedb-mongo/blob/2d579ddb80781e987707076e932cd4e01ca066ef/index.js#L1224). - `m: null` property is missing [here](https://github.com/share/sharedb-mongo/blob/2d579ddb80781e987707076e932cd4e01ca066ef/test/test_mongo.js#L356).