In the while loop the variable i is not modified, neither is len.
This can run into an endless loop!?
Guida contributor
Tech stack
javascript
Dominio
frontend
Tipo issue
bug
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
1
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
under 1 hour
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
Nessuno
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
90
Direzione di ricerca
Examine the while loop at line 9855 in build/player/lottie.js. The variable i is not being incremented, causing a potential infinite loop. Check if there is a missing i++ statement or if the loop logic should be changed. Review the issue comments for any proposed fixes.