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

v-link="null" still not fixed in 0.7.0 #181

Closed
fnlctrl opened this issue Oct 13, 2015 · 2 comments
Closed

v-link="null" still not fixed in 0.7.0 #181

fnlctrl opened this issue Oct 13, 2015 · 2 comments

Comments

@fnlctrl
Copy link
Member

fnlctrl commented Oct 13, 2015

v-link="true ? null : null"

causes
"Uncaught TypeError: Cannot read property 'name' of null"

Source code that caused error:

value: function _stringifyPath(path) {
          if (typeof path === 'object') {
            if (path.name) {

It is obvious that null is an object....
please allow me to do a facepalm...

@yyx990803
Copy link
Member

Facepalm instead of a PR? please allow me to do a facepalm...

@azamat-sharapov
Copy link

haha, I wish I could upvote comments here

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

3 participants