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
After bulk importing a number of documents with a list of objects, the preview name and image on each list item shows undefined instead of the name and image. When adding another item to the list manually, the name and image display as expected. Inspecting the schemas reveal that they are identical except the imported items have a _id field whereas the manual additions do not.
Describe the bug
After bulk importing a number of documents with a list of objects, the preview name and image on each list item shows undefined instead of the name and image. When adding another item to the list manually, the name and image display as expected. Inspecting the schemas reveal that they are identical except the imported items have a
_id
field whereas the manual additions do not.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Regardless of upload process, the name and image preview should correctly display.
Screenshots
*multiple books were uploaded via cli, then "The Hobbit" was added manually after successful import.
Which versions of Sanity are you using?
What operating system are you using?
MacOS
Which versions of Node.js / npm are you running?
Additional context
The text was updated successfully, but these errors were encountered: