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
I cannot see anyway that the list items know their own order position inside of a NODE_OL resolver. For instance, how would I create a numbered bullet? The iteration of the list items is abstracted away from us, we can only specify the template for a single list item. But with this method each individual list item does not know its position.
The text was updated successfully, but these errors were encountered:
daves28
changed the title
NODE_OL type doesn't include props as argument, but is need to access the order prop that gets passed to it
How do list item children of order lists know which position in the order they are in?
Jan 16, 2024
I cannot see anyway that the list items know their own order position inside of a NODE_OL resolver. For instance, how would I create a numbered bullet? The iteration of the list items is abstracted away from us, we can only specify the template for a single list item. But with this method each individual list item does not know its position.
The text was updated successfully, but these errors were encountered: