egoist / tailwindcss-icons

Use any icon (100,000+) from Iconify, for TailwindCSS
MIT License
830 stars 17 forks source link

How to resolve this type of error? #44

Open tlerbao opened 1 month ago

tlerbao commented 1 month ago
CleanShot 2024-05-18 at 10 26 25@2x
hyoban commented 1 month ago

I have no problem here. Can you provide a minimal reproduction? Thanks.

Or maybe you can try iconsPlugin({collections: getIconCollections(['carbon', 'streamline'] as const)}),? I'm not sure.

tlerbao commented 1 month ago

“as const” It seems to be a syntax error, I am using webstorm.

CleanShot 2024-05-18 at 10 41 17@2x
hyoban commented 1 month ago

This is a typescript syntax, which does not apply to js files.

And I can't reproduce your error in js or ts file.