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 has been archived by the owner on Jul 5, 2023. It is now read-only.
Another minor glitch in js. Not sure what causes this but I think it's 2 consecutive fields with arrays.
Data: { _id: ObjectId("5074285671d82f2f61000000"), foo: [ { data: "data" } ], bar: [] }
Thanks for reporting this. It was actually a problem with rendering properties containing only an empty array (bar: []). It's been fixed in develop and will go out with the next release.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Another minor glitch in js. Not sure what causes this but I think it's 2 consecutive fields with arrays.
Data:
{ _id: ObjectId("5074285671d82f2f61000000"), foo: [ { data: "data" } ], bar: [] }
Expected render:
Actual render:
The text was updated successfully, but these errors were encountered: