When a page that contains paragraph reference is requested, the JSON output returned contains only 'field-entity-reference-revisions' as value for that paragraph reference, instead of the referenced field items.
Install lupus_decoupled, lupus_ce_renderer and its dependent modules - Version: 1.0.0-beta6
Install custom_element Version: 8.x-2.5
Setup nuxtjs and connect to Drupal
Drupal:
Create paragraph1
Create paragraph2
Create paragraphmain and refer paragraph1 and paragraph2
Create content type 'landing_page'
Create field in landing_page and reference 'paragraphmain'
Create content
View output in nuxtjs setup
Print the json data
Nuxt setup: https://cheetah-nuxt.netlify.app/
Check console for the json output
element : "field-entity-reference-revisions"
Attached image for reference
Closed: works as designed
1.0
Code