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? |
|
Any news on this? |
|
"Is there anybody out there?" 😄 |
Fixes #1695.