I should have mentioned I am using react native not just react, so I am using the react-nativigation package to pass the props onClick (also the find() prop is in a Tracker if that is important to note)
Logging currentObject on the home page gives the complete array of objects - which seems strange to begin with - and on the 2nd page it does the same. Does that mean Tracker is turning it into a fetch()?
I’m not that familiar how Tracker handles the cursors. It might be possible as what you mentioned. What happens when you call fetch() to the supposed cursor?