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

133
Views
Encontrado @@iterator no invocable en sveltekit

Hola chicos, recibí este error Found non-callable @@iterator en una página en mi código sveltekit, todo funcionó antes y no cambié nada, ¿cómo empiezo a depurar esto?

Tengo este código en la parte superior de la página específica

 <script context="module"> export async function load({ fetch, page }) { const {p} = page.params const res = await fetch(`https://saffron-backend-prod-t3i75.ondigitalocean.app/api/packages/${p}`); if (res.ok) return { props: { packages: await res.json() } }; return { status: res.status, error: new Error() }; } </script>

Editar: comencé a eliminar fragmentos de código aleatorios y resultó que era este

 <Swiper loop={true} navigation="{true}" class="overflow-hidden rounded-xl w-full h-72 relative justify-center items-center object-cover" > <SwiperSlide> <img src="{p.image}" alt="" class="h-80 border border-gray-100 w-full object-cover rounded-xl group-hover:rotate-0 group-hover:transform" /> </SwiperSlide> {#each p.pkgImages as img} <SwiperSlide> <img class="h-80 border border-gray-100 w-full object-cover rounded-xl" src="{img.image}" alt="product" /> </SwiperSlide> {/each} </Swiper>

Cambié todos los elementos a divs regulares y funciona, pero por supuesto perdí toda la funcionalidad de swiper

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!