mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
Fix missing method (#2130)
This commit is contained in:
parent
74f1f25e66
commit
26723b8d94
@ -4,7 +4,7 @@ x.x.x Release notes (yyyy-MM-dd)
|
||||
* None.
|
||||
|
||||
### Fixed
|
||||
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
|
||||
* `_initializeSyncManager` missing when debugging React Native. Resulted in messages like `realmConstructor.Sync._initializeSyncManager is not a function` ([#2128](https://github.com/realm/realm-js/issues/2128), since v2.20.0)
|
||||
* None.
|
||||
|
||||
### Compatibility
|
||||
|
@ -132,7 +132,8 @@ util.createMethods(Realm.prototype, objectTypes.REALM, [
|
||||
'close',
|
||||
'_waitForDownload',
|
||||
'_objectForObjectId',
|
||||
'_asyncOpen'
|
||||
'_asyncOpen',
|
||||
'_initializeSyncManager'
|
||||
]);
|
||||
|
||||
// Mutating methods:
|
||||
|
Loading…
x
Reference in New Issue
Block a user