Skip to content
Discussion options

You must be logged in to vote

While @RBedbur 's code did not directly help, it should be very helpful for us going forward when we try to upgrade our Expo stack from expo@52 to expo@54.

Finally, we could find the root cause of the issue that we were facing - we had ended up passing multiple instances of the same model entity to the changes array, ie the de-duplication code at our end was broken. Hence, once the 1st entity got processed and the second (duplicate) entity was seen by the sync code, it was flagged as already prepared.

Hope this helps anyone else who ends up facing a similar issue as us!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@defyd-rc
Comment options

@defyd-rc
Comment options

Answer selected by defyd-rc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants