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 was archived by the owner on Aug 18, 2023. It is now read-only.
<block-contentv-for="child in post.body"
:key="child._id"
:blocks="child"/>
But in reality, this is the proper way of doing it:
<block-content:blocks="post.body" />
The reason for multiple parts is that with the v-for loop, the component parser doesn't know about the following list items, and there is no way for it to group items into one element.
Hope this is the same issue you were facing and that this issue can be closed :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
The issue i'm having is exactly the same as this one from block-content-to-react, so I'll just quote it.
sanity-io/block-content-to-react#23
Any help would be much appreciated, thank you!
The text was updated successfully, but these errors were encountered: