-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
isObjectEqual
will throw exception when object contains null value
#1566
Labels
Comments
callumacrae
added a commit
to callumacrae/vue-router
that referenced
this issue
Jul 5, 2017
posva
added a commit
that referenced
this issue
Jul 5, 2017
Thanks for a more comprehensive bug report! 😄 |
May be omit query parameter if is Null, like axios? |
yyx990803
pushed a commit
that referenced
this issue
Oct 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.7.0
Reproduction link
https://jsfiddle.net/t8gpt9mk/
Steps to reproduce
Click router link in page.
What is expected?
Query in url changed.
What is actually happening?
Throw TypeError.
This code works well on vue-router 2.5.3, and bug introduce by pull request #1425.
The text was updated successfully, but these errors were encountered: