-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some tables display their data as 'undefined' #122
Comments
Hey! Thank you for the report!
Those might be factors why this could happen. We are currently working on a major revamp of how communication is done between the plugin and the device in #123 which should hopefully address most of this. |
Yes, this is the current schema.
Yes, it could be we have circular references (but I do not know for sure). No embedded objects.
Version 11.3.1 of realm and version 1.0.28 of realm-flipper-plugin-device. |
Thanks for the info! I was able to recreate this by adding a circular reference to a Realm object. Seems like this is related to the current workaround in #96. With the upcoming plugin and device library update (which will be based off of #123) references will be lazy-loaded so the plugin will be able to deal with circular references and avoid this behavior. |
Hello again! The |
Just upgraded (and had to remove the realm flipper plugin manually from Flipper so it picked up the newer version automatically) and it works now. Great work! Thanks! |
Some tables are not displaying their data. I have tables that are working fine but some tables do not. All data is displayed as 'undefined'. Is this a bug?
The text was updated successfully, but these errors were encountered: