There is an issue with slider auto marker builder in the scenario when you have a bunch of items in range. ``` <Slider value={currentValue} onChange={handleChange} min=0 max=20 step=0.1 markers /> ``` You get this.  Maybe count the number of items and output only 10 and spread them equally, or something like that.