Expand my Community achievements bar.

AEM SPA React empty divs

Avatar

Level 1

Hi everyone, 

 

I have been debugging an issue with an AEM SPA React project where empty divs are rendered after each component in all environments. After realizing that this issue likely comes from the library that makes this implementation possible and not from the components implementation, I installed the SPA wknd tutorial solution and noticed the same problem. https://github.com/adobe/aem-guides-wknd-spa/tree/React/extend-component-solution

dbernepsilon_0-1658786750389.png

 

Any ideas on why this is added or how to remove the bloat? 

 

Thanks,

Dave

 

2 Replies

Avatar

Level 1

@SantoshSai I did see this post, it doesn't answer the question unfortunately. The extra divs are still there when consuming the content as JSON using a full SPA based on the React SPA wknd project.