I was able to solve the issue by subscribing to the object:
realm.subscriptions.update(mutableSubs => {
mutableSubs.add(realm.objects(…))
})
I was able to solve the issue by subscribing to the object:
realm.subscriptions.update(mutableSubs => {
mutableSubs.add(realm.objects(…))
})