realm/realm-flipper-plugin

Live updating of linked objects

finnbau opened this issue · 0 comments

The Problem

When changing a linked object from the mobile device the change is not visible on the desktop side when looking at the parent object. The problem is caused because currently full objects are stored in the plugin state.

The solution

This problem would be solved with #85. Storing the reference to the linked object should trigger a re-render of the parent object on updating.