AEM and ReactJS GitHub Demo
I am trying to initialize the GitHub We.Retail ReactJS demo project to experiment with a working example of this integration. I am getting the following error and having issues resolving it:
org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.scripting.sightly.SightlyException: Compilation errors in org/apache/sling/scripting/sightly/apps/we__002d__retail__002d__journal/react/components/structure/page/customheaderlibs_html.java:
Line 28, column 1305 : Only a type can be imported. com.adobe.cq.sample.spa.journal.models.HierarchyPage resolves to a package
Line 65, column 2961 : HierarchyPage cannot be resolved to a type
Does anyone know how to resolve this issue?
Thanks in advance!