Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

Component is not visible when we Insert Component at Component Tree

Avatar

Level 4

Hi @everyone

Component tree does not render Component in real time when we Insert Component for First Time.

after Manual refresh it showes in Component Tree.

I have added cq:listeners -> afteredit, afterInsert REFRESH_PAGE, tried REFRESH_SELF also.

 

Thanks

6 Replies

Avatar

Community Advisor

Hi @lone_Ranger 

Did you see any error's in console or error.log .

Also you can try REFRESH_PARENT if the component is having any dependency on any other component. 

 

 

Avatar

Community Advisor

Hi,

What AEM version are you using. I have seen same issue in AEM 6.5.16. Could be a product bug.



Arun Patidar

Avatar

Level 4

Hi @arunpatidar 

It was issue with Sightly some tags were not closed properly 

thanks.

Avatar

Level 2

This piece is the first of a series for React Native beginners: commonly encountered errors and how to fix them. If you've encountered this error, it means that you haven't imported a component and tried to use it in a render function.