Juts got this error in Ratel when trying to access to one of my predicate :
Objects are not valid as a React child (found: object with keys {uid, Animes.Nom, Animes.DateAjout, Animes.Nom_Jp, Animes.Nom_En, Animes.Synopsis, Animes.Trailer, Animes.NeedDownload, Animes.UrlImg, Animes.AverageRating}). If you meant to render a collection of children, use an array instead.
Note that all the predicate in the error message are fine and can be read from Ratel.
I can still do query on the predicate(the one who cause the bug).
It seems Ratel didn’t like the data in the Predicate because when i erase my data that’s solve the problem.
I arleady try to erase my Schema and add the same date the bug is still here.
I don’t know if i can give you logs or something to help you out ?
If you share a way to reproduce it I may fix it this week. Just the logs don’t help much. It does help, but I would do more troubleshooting to find the source of the problem. Maybe just a sample of your dataset might help.