Vue: Uncaught TypeError: Cannot read property 'recordClickType' of undefined at HTMLDocument.onClick

Created on 6 Mar 2019  ·  5Comments  ·  Source: vuejs/vue

Version

2.6.8

Reproduction link

https://jsfiddle.net/chrisvfritz/50wL7mdz/

Steps to reproduce

vue create helloworld
yarn serve
open the dev server link and click anywhere except the links on the page

What is expected?

no errors in console

What is actually happening?

click on the page, and it throws error in console.
Same errors show in console even in jsfiddle.


errors in console:

Uncaught TypeError: Cannot read property 'recordClickType' of undefined
at HTMLDocument.onClick (content_script.js:623)
onClick @ content_script.js:623

Most helpful comment

content_script.js

It clearly comes from your browser extension.

You guys are right! The errors are from an extension called "Kantu Browser Automation". When I disable the extension, everything works fine. Thanks!

All 5 comments

Invalid reproduction.

content_script.js

It clearly comes from your browser extension.

content_script.js

It clearly comes from your browser extension.

You guys are right! The errors are from an extension called "Kantu Browser Automation". When I disable the extension, everything works fine. Thanks!

Owner of Kantu RPA here :)

Sorry about that false alarm due to our extension. Meanwhile, we fixed the issue with the V5.3.7 update.

I can confirm that was my issue but also am unable to update manually in chrome using developer mode as it gets stuck in "Updating..." which has been reported as a known chrome bug over 6 months ago. I'm not sure why my chrome hasnt autoupdated Kantu RPA, so in the short term I just tight-clicked on the UI.Kantu extension icon next the search bar and then clicked "This can read and change site data" - "When you click the extension".

tt

Was this page helpful?
0 / 5 - 0 ratings