-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Describe the bug
I understand this has been touched on in the past, but it's still occurring in .13.
When generating content and rendering it via {variableName}, the content does not render and yields: **
**
To Reproduce
Steps to reproduce the behavior:
<JSONLD>
<Generic type="thing" jsonldtype="Thing" schema={{ url: link, image, description: overview, name }} />
{products}
</JSONLD>
where products is an array generated like:
var products = []
for(var i = 0; i < itemCount; i++){
let product = (<Product>
<AggregateRating ratingCount={ratingCount} bestRating={bestRating} worstRating={worstRating} ratingValue={ratingValue} reviewCount={reviewCount} />
</Product>)
products.push(product)
}
Expected behavior
This should render out all of the components.
Desktop (please complete the following information):
- OS: MacOS
- Browser Chrome
- Version 75
Additional context
I did notice a few tickets from February saying this was handled, the bug has resurfaced.
Metadata
Metadata
Assignees
Labels
No labels