mdb-ui-kit
                                
                                
                                
                                    mdb-ui-kit copied to clipboard
                            
                            
                            
                        Range API not working
When initializing a range input, I get this error:
JavaScript:
const range = new mdb.Range(document.getElementById('rateRange'));
HTML:
<label for="rateRange" class="form-label">Example range</label>
                        <div class="range">
                            <input type="range" class="form-range" min="0" max="5" step="0.5" id="rateRange" />
                        </div>
OS: Windows 11 Browser: Firefox 98.0.1 Using the latest version of mdbjs