AEM 65 on-premise - Styles not showing up when added via sly include data-sly-resource
AEM 65 on-premise - I see the Styles are being broken when i add the component via "sly data-sly-resource" tag.
example:
at this component " /apps/weretail/components/content/list/list.html " am adding " /apps/weretail/components/content/teaser " with below tag. I obsereve that Style system of Teaser works fine when its being added outside with in Parsys but not when added via "data-sly-resource".
Is there any extra steps/configs that needs to be done to make the styles to work.?
Included component :
<div> <sly data-sly-resource="${'testvar' @resourceType='/apps/weretail/components/content/teaser', decoration='true'}"></sly></div>

Styles broken :

Styles works in parsys :
