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.
If I click "Edit" on a document when viewing the contents of a collection and then click "Save", sometimes I get an "Unexpected token ILLEGAL" error even if I didn't make any changes to the document. Based on the line number called out by the error, this seems to be caused by [ ... ] showing up where it shouldn't.
When viewing such a document in the non-edit view, there is an array field with a large number of values that is collapsed and displayed like:
fieldname: [ ... ],
When I click edit, the field is not collapsed, and is displayed like:
If I click "Edit" on a document when viewing the contents of a collection and then click "Save", sometimes I get an "Unexpected token ILLEGAL" error even if I didn't make any changes to the document. Based on the line number called out by the error, this seems to be caused by
[ ... ]
showing up where it shouldn't.When viewing such a document in the non-edit view, there is an array field with a large number of values that is collapsed and displayed like:
When I click edit, the field is not collapsed, and is displayed like:
It seems to me that the
[ ... ]
shouldn't be there.The text was updated successfully, but these errors were encountered: