It would be great if the library could add the usage of some kind of context.
For example, I want to add a custom "checkmark" component in every <li>, but only if it was nested inside a <ul>, not an <ol>. It would be great to let resolvers set a flag, that nested resolvers then can use.
It would be great if the library could add the usage of some kind of context. For example, I want to add a custom "checkmark" component in every
<li>
, but only if it was nested inside a<ul>
, not an<ol>
. It would be great to let resolvers set a flag, that nested resolvers then can use.Expected Behavior
It would be great if that feature could be added.
Current Behavior
Not implemented yet.
Steps to Reproduce
n/a