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

281
Views
nextjs ¿cómo mostrar svgs en ambos sentidos como img y como componente de reacción?

Estoy usando NEXT.js.

Agregué [SVGR][1] al proyecto para usar SVG como componentes de reacción.

El problema es que en algunos lugares quiero usar SVGS como img, y svgr no lo admite, lo que significa que no se muestran todos mis svgs que se muestran en la etiqueta <img.

¿Cómo hacer un next.config para admitir ambas formas de mostrar SVG en un img y como componente de reacción?

 module.exports = withSvgr({ webpack: (config) => { config.resolve.fallback = { http: false, https: false, }; config.resolve.modules.push(path.resolve('./')); return config; }, });

https://react-svgr.com/docs/next/

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!