AEM SPA React empty divs | Community
Skip to main content
July 25, 2022

AEM SPA React empty divs

  • July 25, 2022
  • 1 reply
  • 954 views

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

 

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

 

Thanks,

Dave

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SantoshSai
Community Advisor
Community Advisor
July 26, 2022
July 26, 2022

@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.