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

836
Views
¿Por qué mi biblioteca de componentes Tailwind 'FlowBite' no funciona?

La biblioteca de componentes tailwindCSS 'Flowbite' no funciona después de que React se haya actualizado a la versión 18. Estoy siguiendo todos los pasos descritos en la documentación de 'Flowbite'. En el sexto paso cuando estoy importando el complemento 'Flowbite' en mi tailwind.config.js archivo tailwind.config.js , estoy recibiendo esto

 Could not find a declaration file for module 'flowbite/plugin'. 'D:/Web Development/Random Tests/Practice day task/test-app/node_modules/flowbite/plugin.js' implicitly has an 'any' type. Try `npm i --save-dev @types/flowbite` if it exists or add a new declaration (.d.ts) file containing `declare module 'flowbite/plugin';`

¿Cuáles son las razones y cómo solucionar esto?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

una solución alternativa sería agregar la siguiente hoja de estilo minimizada dentro de la etiqueta principal:

 <link rel="stylesheet" href="https://unpkg.com/flowbite@1.4.5/dist/flowbite.min.css" />

E incluya el siguiente archivo javascript antes del final del elemento del cuerpo:

 <script src="https://unpkg.com/flowbite@1.4.5/dist/flowbite.js"></script>

y también eliminando

 import 'flowbite'

para mí, esta es una solución temporal hasta que se arregle la biblioteca.

about 4 years ago · Juan Pablo Isaza Report
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!