Expand my Community achievements bar.

Who Me Too'd this topic

Avatar

Level 2

We have created a custom RTE component for linking the test to different links depending on the requirement.

So we have created a one extra pop-up on RTE. So for this we have created a js file. In this javascript we also have used underscore js and using for ex  _.isEmpty function. Now after AEM 6.5.10 upgrade it always says "_ is" not defined.

 

We have underscore as a dependency for out clientlibs. This was working with 6.5.5 but after 6.5.10 its not working.

 

I see one difference here is 

mahaboob_0-1633507897728.png

6.5.5 this lodash contains modern folder with categories lodash, underscore.

 

Now after 6.5.10 this modern folder is missing so these categories are missing.

mahaboob_1-1633508049711.png

 

So is this the reason underscore depedency that was added to out existing component is not getting recognised?

 

Thanks,

Mahaboob,

Who Me Too'd this topic