-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Cannot read property 'classList' of null #552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We need a minimal reproduction. |
@Akryum this same error happened to me. I would like to help by providing a replay to find the problem. But I do not know the way to do this, could you help me? |
I think it's associated with this line. |
Steps to reproduce the error:
|
I can also confirm error happening to me on latest tools. |
I am also seeing the same issue. |
Confirming that it's an issue for me as well. Version 63.0.3239.132 (Official Build) (64-bit) Is anyone else getting an uncaught reference area when right clicking/using the context menu? Associated with:
|
Fixed in #554 |
@anteriovieira - looks good for me. Can we release and deploy now? It's not super critical, but for example if you place new component somewhere in the page, you have to close and open again dev tools to see it. Only page refresh / hoc don't show new components in components list for me. |
@Pilfer, actually I have a same issue on : Vue 2.5.13 |
Sorry to pester but this seems to have quite a big impact? My Vue devtools pane frequently "freezes" after I see this error in the console. Would it be possible to release this as 4.1.1 quickly? |
The problem is solved. Thank you. |
My apologies, I was looking at this repository for the version to update (which was done a few minutes after my comment). |
That's what happens when you quikcly push an important update ;) |
Version
4.1.0
Browser and OS info
Chrome 63 / OSX 10.12.6
Steps to reproduce
this started happening today 1/24/17.
When toggling between vue dev tools and the chrome console, the console is saying:
backend.js:1 - Uncaught TypeError: Cannot read property 'classList' of null
I've cleared out all my js and this error still appears.
What is expected?
This error should not show - it is not from my code
What is actually happening?
There is an error from vue dev tools in my browser console
I'm using Vue.js version 2.5.11
The text was updated successfully, but these errors were encountered: