We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When compiling with TypeScript, I get the following error:
node_modules/vite-plugin-solid-svg/types-component-solid.d.ts:4:18 - error TS2300: Duplicate identifier 'src'. 4 export default c ~ node_modules/vite/client.d.ts:135:18 135 export default src ~~~ 'src' was also declared here. node_modules/vite/client.d.ts:135:18 - error TS2300: Duplicate identifier 'src'. 135 export default src ~~~ node_modules/vite-plugin-solid-svg/types-component-solid.d.ts:4:18 4 export default c ~ 'src' was also declared here.
I believe this is because of the fact that this plugin replaces the built-in vite svg import.
The text was updated successfully, but these errors were encountered:
Can you try with skipLibCheck: true in tsconfig?
Sorry, something went wrong.
No branches or pull requests
When compiling with TypeScript, I get the following error:
I believe this is because of the fact that this plugin replaces the built-in vite svg import.
The text was updated successfully, but these errors were encountered: