Open RabbiArt opened 2 years ago
Good spot. Marking it as a bug although it's likely the loop will exit given the structure of of Lottie. Probably a good idea to fix that anyway
@kudanai can i work on this issue?
@kudanai can you check the pr #2925 for this issue
Is this issue is still open? I can see 2 PR's are still open.
https://github.com/airbnb/lottie-web/blob/6faae912910b2d7be6c5422ef4621f3933c19d60/build/player/lottie.js#L9855
In the while loop the variable i is not modified, neither is len.
This can run into an endless loop!?