react-range icon indicating copy to clipboard operation
react-range copied to clipboard

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

Open cojoclaudiu opened this issue 2 years ago • 1 comments

Hello, any help with this issue?

I'm using Firefox.

Screenshot 2022-05-29 at 22 48 44

Thank you

cojoclaudiu avatar May 29 '22 21:05 cojoclaudiu

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.

pheek avatar Jan 21 '24 12:01 pheek