-
Realm deletes its object periodically when syncing is enabled. realm.write(() => {
for(const task of tasks) {
realm.create('Task', task);
}
}); And @realm/react: 0.4.0-rc.0 |
Beta Was this translation helpful? Give feedback.
Answered by
bglgwyng
Oct 22, 2022
Replies: 1 comment
-
I found that this happens when there are problems with syncing. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bglgwyng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found that this happens when there are problems with syncing.