ParseReact icon indicating copy to clipboard operation
ParseReact copied to clipboard

ParseReact not compatible with Parse.Object subclasses

Open lrettig opened this issue 9 years ago • 1 comments

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.

lrettig avatar Jan 13 '16 21:01 lrettig

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...

DeDuckProject avatar Sep 03 '16 22:09 DeDuckProject