This repository was archived by the owner on Jan 26, 2021. It is now read-only.
  
  
  
  
  
Description
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."}, ... ]