If you have a couple of list items, this list items are returned as individual objects with their tokens/content. So you can essentially have <li>content</li>
each with its own parent <ul>
.
I believe the way the should be returned is multiple bulleted_list_item
in a single bulleted_list_items
. That way one can have <ul>{bulleted_list_item}</ul>
Has anyone also come across this issue? How did you solve for it by rendering the ul
and li
tags?