Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support List property in useObject (#4274)
* Phase 2: Add cache support for Realm.List in Realm.Object Introduces the cachedObject which adds a proxy around a Realm.Object to handle rerendering on changes and to cache references to all Realm.Objects within a Realm.List. * Fix types for Object Listener When a class extends Realm.Object, adding a listener to an instance of the object would not correctly type the object returned in the callback. With this change, the callback returns an object of the same type as the instance it was called from. * Apply suggestions from code review * Refactor useObject render tests into a single test suite
- Loading branch information