1 Reply
try to reference it in the file by adding
clickOutside;
after the imports? Not sure if it'll work but worth a try
I remember reading about the imports getting tree-shaken if they're not referenced, the use: directive doesn't count because it's special syntax