Hi @jakdevmode ,The object of clientlib you are creating could be the
issue-Please refer the below code sample -
For each
component, you will have to create the clientlib object as it is created
in 1st line. If you just include in top of your page (only in page
component), the other components will not inherit the object. If you are
writing the data-sly-call attribute in you component html, you have to
re-create the clientlib object in the same way it is created in above
sample code.