Hello,
I have created a proxy carousel component which is properly working in non-spa editors.
But in spa-editor i am facing issue with add button under items. This add button is not responding without any console error's as shown below screen shot
But if test same component in non-spa editor then it is working properly as shown below.
I have referred below threads and tried some work arounds like but no luck
1. Set cq:isContainer="{Boolean}true" in the component's .content.xml
2. Configure proper event listeners in _cq_editConfig.xml
https://github.com/adobe/aem-core-wcm-components/issues/1124
https://github.com/adobe/aem-core-wcm-components/issues/341
https://github.com/adobe/aem-core-wcm-components/issues/421
Kindly need some help on this issue
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
AFAIK, the standard Core Components are designed for the traditional Page Editor, not the SPA Editor. If you're using a React-based setup, you should use the Core Components specifically built for SPA use.
I'm not sure if a Carousel component is available for SPA, but you can check here for the available components:
https://www.npmjs.com/package/@adobe/aem-core-components-react-base/v/1.1.5
Hope this helps
Hi @EstebanBustamante ,
Thanks much for your reply.
My requirement is : I want to enable core components in React-based setup
Let me explain you the approach i am following
By following this approach Text and Image components are working as expected but For Carousel component i am facing issue with add button under items(this same issue which i am facing is discussed in these threads but no proper solution https://github.com/adobe/aem-core-wcm-components/issues/1124 , https://github.com/adobe/aem-core-wcm-components/issues/341 , https://github.com/adobe/aem-core-wcm-components/issues/421 )
Views
Replies
Total Likes
Hi,
Did you try to add the "new" node as mentioned in the thread you shared? https://github.com/adobe/aem-core-wcm-components/issues/421#issuecomment-455230521 That seems to be the solution.
Hope this helps.
Hi @EstebanBustamante ,
Thanks much for sharing info about "new" node and i have tried react code snippet mentioned in https://github.com/adobe/aem-core-wcm-components/issues/421#issuecomment-455230521
But with these changes only place holder is working properly in carousel component. But delete, select-panel and other component features are not working.
So if you have proper carousel react component(working code) it will be helpful for us.
Views
Replies
Total Likes
@EstebanBustamante
For fixing carousel component issues i have referred all below threads, the suggested solutions are not working
https://github.com/adobe/aem-core-wcm-components/issues/421#issuecomment-455230521
https://github.com/adobe/aem-core-wcm-components/issues/421
https://github.com/adobe/aem-core-wcm-components/issues/341
https://github.com/adobe/aem-core-wcm-components/issues/1124
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/carousel-not-working-in-sp...
Aem React components
https://github.com/adobe/aem-react-editable-components
https://github.com/adobe/aem-react-core-wcm-components-base
@M_K_sai_gopalakr Just checking in — were you able to resolve your issue?
We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies