S
SolidJS2mo ago
siduck

use* directive is declared but its value is never read

No description
No description
No description
1 Reply
andi
andi2mo ago
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

Did you find this page helpful?