jpkleemans / vite-svg-loader

Vite plugin to load SVG files as Vue components
MIT License
585 stars 61 forks source link

Typescript errors in 3.5.0 #67

Closed cslettengren closed 2 years ago

cslettengren commented 2 years ago

importing @something/filename.svg?component gives typescript error TS2307: Cannot find module in version 3.5.0. It works fine in 3.4.0.

Guessing it has something to do with the removed imports within the *.svg?component module.

image

jpkleemans commented 2 years ago

Hi, thanks for pointing out! I've released the fix in v3.5.1

cslettengren commented 2 years ago

Thank you for a super fast fix!