AEM React SPA not working in publisher mode
Hi, I am trying to implement react AEM spa in my project. It is working fine in author/preview and view as publish mode. But it is not working in publisher mode (4503). I can see json being fetched correctly. On debugging I noticed that on wrapper div of child components, attribute 'data-cq-data-path' is missing in publisher mode. Although it is available in author mode. Are we missing anything here.
Any help will be appreciated. Thanks.