Uploaded image for project: 'Realm JavaScript SDK'
  1. Realm JavaScript SDK
  2. RJS-95

No way to access the deleted objects on collection notifications

      The docs state this isn't possible yet, but support for this would be coming soon. I haven't found any issue tracking this though.

        // Update UI in response to deleted objects
        changes.deletions.forEach((index) => {
          // Deleted objects cannot be accessed directly
          // Support for accessing deleted objects coming soon...
          ...
        });
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: