whoisandy / react-rangeslider

A lightweight responsive react range slider component.A fast & lightweight react component as a drop in replacement for HTML5 input range slider element.
https://whoisandy.github.io/react-rangeslider/
MIT License
641 stars 235 forks source link

Replace for...of with for loop for compatibility with IE 11 #141

Open SneakyPeet opened 5 years ago

SneakyPeet commented 5 years ago

Fixes #84 by replacing the for..of with a normal for loop