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
Due to a breaking change in Realm JS 12, we can no longer pass true to the sync field of the config when opening a Realm. Instead, we need to pass openSyncedRealmLocally: true.
The text was updated successfully, but these errors were encountered:
Due to a breaking change in Realm JS 12, we can no longer pass
true
to thesync
field of the config when opening a Realm. Instead, we need to passopenSyncedRealmLocally: true
.The text was updated successfully, but these errors were encountered: