Open IamSebastianDev opened 9 months ago
After further investigation, this appears to be working as intended. All grain values get inserted as text node, least of all to ensure that parsing of attributes does not get disturbed. Something we could consider is creating a 'template' directive, that renderes such node lists.
Bug Description
Overview: When storing a
NodeList
inside aGrain
, a [Object NodeList] text is inserted instead of the NodeList. The parser incorrectly inserts all values inside a grain as string, even though they could be inserted as Node.Expected Behavior: NodeList is inserted as string
Actual Behavior: NodeList is inserted as Nodes
Steps to Reproduce 🔄
...
Environment Information 🌐
Additional Context