adobe / aem-react-core-wcm-components

42 stars 16 forks source link

[Teaser] The image authored is not rendered in the page #18

Closed khn2475 closed 3 years ago

khn2475 commented 3 years ago

I configured an image in the teaser core component but the image is not being rendered in the webpage. The teaser core component model is not returning the imagePath value and hence the teaser typescript code is failing the render the image. Screenshot (140) Screenshot (136)

pfauchere commented 3 years ago

This seems to be an issue with the Sling Model of the Teaser Core Component. Please open an issue in [0]

[0] https://github.com/adobe/aem-core-wcm-components

niekraaijmakers commented 3 years ago

Seems the imagePath should be exported in the sling model . For some reason it's not exported in the project here. Perhaps something is wrong in the project here.