-
-
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
Send props not defined on the route component in $attrs. Fixes #1695. #1702
Conversation
Hm, any idea why is the test failing? It works on my machine™:
|
probably because nightwatch/phantomJS is a nightmre sometimes ... someone with access to CircleCI can usually fix it by running it without caches. |
Also, that test works locally, but this one (in
Which, if I look at the code, seems to be right:
( Strange? |
I rerun the tests |
I see that my test passed, but as I said earlier, now |
@LinusBorg @posva Any idea? |
@posva The So replacing this line with the below would work. const Components: (ComponentOptions<Vue> | typeof Vue)[] = router.getMatchedComponents(); |
Looks like it's because typescript compiler version. TypeScript v2.4.0 passes the test cases but v2.4.2 doesn't. And the lockfile is updated recently. 76f6db9 |
@ktsn Makes sense, then. So, how should I proceed? Should I fix that in this PR? |
Hm, still Line 7485 in 6d4ac75
|
Maybe, it's because of CI cache? |
Ok, then I'll wait for it to be merged and rebase. Thanks! |
Finally! 😄 |
Ping? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping @yyx990803
Any news on this? |
"Is there anybody out there?" 😄 |
Fixes #1695.