We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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="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...
null
The text was updated successfully, but these errors were encountered:
6ff48a0
Facepalm instead of a PR? please allow me to do a facepalm...
Sorry, something went wrong.
haha, I wish I could upvote comments here
No branches or pull requests
causes
"Uncaught TypeError: Cannot read property 'name' of null"
Source code that caused error:
It is obvious that
null
is an object....please allow me to do a facepalm...The text was updated successfully, but these errors were encountered: