tajo / react-range

🎚️Range input with a slider. Accessible. Bring your own styles and markup.
https://react-range.pages.dev
MIT License
859 stars 97 forks source link

Uncaught TypeError: Property 'handleEvent' is not callable. Range.js #174

Open cojoclaudiu opened 2 years ago

cojoclaudiu commented 2 years ago

Hello, any help with this issue?

I'm using Firefox.

Screenshot 2022-05-29 at 22 48 44

Thank you

pheek commented 9 months ago

Similar error here (also firefox): When the following *.js-File is loaded, the same error occurs:

function doSomething() {
  console.log("DOM is loaded now.");
}

document.addEventListener("DOMContentLoaded", new doSomething);

First prints "DOM is loaded now. But then leads to the error Uncaught TypeError: Property 'handleEvent' is not callable.