ParseReact
ParseReact copied to clipboard
ParseReact not compatible with Parse.Object subclasses
Hello
Because of the way ParseReact flattens objects, properties, methods, etc. that have been added to a class which extends Parse.Object as described in the Parse docs disappear.
Is there any way to flatten and restore the entire, extended object? If not, how do you recommend handling this situation?
Thanks.
As far as I understand at the moment, it seems like we need to make a choice between immutability and the benefits of extending Parse.Objects...