Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Custom component on WKND SPA React - Content, is not added on page

Avatar

Level 4

I created a custom component on WKND SPA React - Content.

I'm able to add this component on the page and I can see the node added to the page in crx, but I do not see this component rendered in the editor or in the content tree section on the page, neither I'm able to have this configuration or edit options as well.

 

Used this, https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/s...

 

Same problem as stated here - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/spa-react-not-displaying-c...

 

1 Accepted Solution

Avatar

Correct answer by
Level 4

This problem has been resolved after the instance restarted. 

View solution in original post

2 Replies

Avatar

Community Advisor

Hi,

You need to create a renderer react component as well.

example https://github.com/adobe/aem-react-core-wcm-components-base/blob/master/src/authoring/teaser/v1/Teas... 

Arun Patidar

AEM LinksLinkedIn

Avatar

Correct answer by
Level 4

This problem has been resolved after the instance restarted.