You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently re-exporting all of the bson package API on Realm.BSON.
To simplify our exports and make it easier for users to find the types that are actually available for properties, I suggest we export only the types we currently support: ObjectId, Decimal128 and UUID.
The text was updated successfully, but these errors were encountered:
We should wait for TypeScript-first models to land before fixing this, as it introduce a Realm.Types namespace where the BSON types will be available.
kraenhansen
changed the title
Export only the BSON types available for Realm.Object properties on Realm.BSON
Export the BSON types available for Realm.Object properties on Realm.TypesSep 26, 2022
We're currently re-exporting all of the
bson
package API onRealm.BSON
.To simplify our exports and make it easier for users to find the types that are actually available for properties, I suggest we export only the types we currently support:
ObjectId
,Decimal128
andUUID
.The text was updated successfully, but these errors were encountered: