teaserDelegate resource returning null
I have defined teaserDelegate on list component node
-- sling:resourceSuperType="core/wcm/components/list/v2/list"
-- teaserDelegate="core/wcm/components/teaser/v1/teaser"
My page in the list item has teaser image, however when I call item
${item.teaserResource} there is no resource, it is coming as null. How do we configure list component to use teaserDelegate? Is there any step I am missing?