When creating a collection with a Prismic query and using fetchLinks to include field from a referenced type... rich text fields only include the first content block... even when using arrayFragments: true on the query. I assume it's only using that setting on the parent query.
When creating a collection with a Prismic query and using
fetchLinks
to include field from a referenced type... rich text fields only include the first content block... even when usingarrayFragments: true
on the query. I assume it's only using that setting on the parent query.