Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

222
Vistas
VueJs / Ionic - DOMException: Failed to execute 'insertBefore' on 'Node'

I have a list of objects, which I display through a v-for directive. Every time I am trying to add another object to the list I get the following error :

Failed to execute 'insertBefore' on 'Node'.

Vue component :

<ion-col v-for="specificOffer in specificOffers" :key="specificOffer.specificOfferId">

where:

computed: {
 ...mapGetters("specificOffer", {specificOffers: "getSpecificOffers"})
}

JS for updating specificOffers list :

updateSpecificOffers(state, payload){
    state.specificOffers.push(payload);
},
   

After pushing the new object to the list I get that error. I don't have duplicates in the list and I also don't use any v-if directive screen from console.

If needed, here is the flow: getting specificOffers, adding the object to the db and then to the state.

I have no idea how to fix this bug. I would appreciate any help.

Regards, Cezar

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda