javascript can't access private field or method error on event
I get the following error when I click: Uncaught TypeError: can't access private field or method: object is not the right class #clickEventHandler index.js:67 enable index.js:45 I don't get any errors in my IDE and I don't understand what might…