Tom Duncalf
Tom Duncalf
Hi @ital0, I believe this is an oversight in our documentation, sorry about that. I will create a ticket for us to update the docs to add `toJSON`
Just to add that we are planning to add spread operator support, but we need to ensure we do so in a way which doesn't significantly impact normal performance, so...
@ital0 Sorry to hear that. We will update this issue with our progress on the spread operator.
No update yet I'm afraid. We'll update the ticket when we do get to look at it.
Thanks for the report @rogerkerse, and for the reproduction repo. I can confirm I see the same issue here. I'll do some investigation into the root cause and let you...
Hey @rogerkerse, I've had a closer look at your example and the issue here is that you are initially opening `sync.realm` as a non-synced Realm, then after the timeout fires,...
@rogerkerse, it sounds like you would need to use `writeCopyTo` in this situation. I am double checking with my colleague who implemented the feature, but I think the way to...
@rogerkerse Would it be helpful if we provided an example of doing the same using Realm React? I didn't realise you were using React Native when I provided my example
@rogerkerse I'm still looking into this, you're right that it's non trivial with Realm React so I am trying to work out the best way to do this, and talking...
@cristianoccazinsp We're investigating this – do you have any other stack traces you could share?