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
When the Dashboard Browser tries to display all the rows for this class, it returns an error of "Objects are not valid as a React child (found: object with keys {__type, base64})."
and doesn't display any rows. If I filter to rows with undefined publicKeys, they display as they should.
This is related to Issue 539 but happens in a different context. The stack trace and error messages are very similar.
The text was updated successfully, but these errors were encountered:
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
Environment Setup
Steps to reproduce
I have multiple classes which have a field that's an object. They look like this:
When the Dashboard Browser tries to display all the rows for this class, it returns an error of
"Objects are not valid as a React child (found: object with keys {__type, base64})."
and doesn't display any rows. If I filter to rows with undefined publicKeys, they display as they should.
This is related to Issue 539 but happens in a different context. The stack trace and error messages are very similar.
The text was updated successfully, but these errors were encountered: