You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2021. It is now read-only.
Since ParseReact 0.5 (but maybe also 0.4.x) I'm getting a lot of warnings
"Attempted to flatten something that is not a Parse Object".
I suspect this happens on models with a filed of type Array that contains (json) objects.
So like model Person, with field sons of type Array, and the actual value of John.sons = [{"name": "John Jr."}, ... ]