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
Using Sitecore JSS placeholder tag will generate a div, which is different from developing with Sitecore MVC. Is there a way to avoid generating these div tags?
I followed Sitecore documentation: JSS placeholder documentation
Using Sitecore JSS placeholder tag will generate a div, which is different from developing with Sitecore MVC. Is there a way to avoid generating these div tags?
I followed Sitecore documentation: JSS placeholder documentation
Here is the code used and html generated:
Promo Container
<Placeholder name='app-promos' :rendering="rendering"/>
Promo Card
Page Layout YAML
Generated HTML
Even the JSS sample code has the non-sense div generated.
The text was updated successfully, but these errors were encountered: