Skip to content
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

Error "Cannot read property 'type' of null" after update to 4.0.1 #516

Closed
ezhkov opened this issue Jan 15, 2018 · 6 comments
Closed

Error "Cannot read property 'type' of null" after update to 4.0.1 #516

ezhkov opened this issue Jan 15, 2018 · 6 comments

Comments

@ezhkov
Copy link

ezhkov commented Jan 15, 2018

Version

4.0.0

Browser and OS info

Chrome 63.0.3239.132, Firefox 57.0.4 / MacOS High Sierra

Steps to reproduce

  1. Open any web page containing vue component
  2. Open Vue devtools 4.0.1
  3. Click to any component

What is expected?

Component is selected.
I can see all data and props

What is actually happening?

Component data not available.
Have an error in the console.
"Cannot read property 'type' of null." in Crome
"TypeError: o is null" - in Firefox

@trrete
Copy link

trrete commented Jan 15, 2018

Me too, I'm having the same problem!

@posva
Copy link
Member

posva commented Jan 15, 2018

Probably a duplicate of #507
Could you please provide a boiled down repro in an HTML file or a github repo?

@dhulme
Copy link

dhulme commented Jan 15, 2018

Are you using vee-validate? After updating to 2.0.3 the issue was resolved for me.
#499 (comment)

@trrete
Copy link

trrete commented Jan 15, 2018

Yes I also update vee-validate and now it works!

@ronnibaslund
Copy link

ronnibaslund commented Jan 15, 2018

Same problem and update vee-validate and now it works!

@studamanabtech
Copy link

thank you 👍 its working now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants