MutateIn with upsert option and remove action

Facing the same bug but only if removing a property from a subdocument:

bucket.mutateIn(id)
 .remove("source.accepted")
 .upsert("modifiedDate", new Date())
 .execute(() => {}

couchbase sdk for node js ^2.6.11