Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

449
Views
Los iconos animados de React TypeScript no funcionan

Hice un ícono animado simple en https://www.svgator.com/ y lo exporté a svg, sin embargo, tuve un error ingrese la descripción de la imagen aquí

Los svgs normales funcionan normalmente, y los íconos animados en reaccionar sin mecanografiado también funcionan a la perfección.

Aquí está mi archivo custom.d.ts

 declare module '*.svg?inline' { const content: any export default content } declare module '*.svg' { const content: any export default content }

y mi ts.config

 { "compilerOptions": { "target": "es5", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx" }, "include": [ "src","custom.d.ts" ] }

¿Me pueden ayudar con este problema? :)

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!