Given a route entry like this: ``` { path: '/path/:test_prop', components: { default: Bar, a: Foo }, props: true } ``` Neither component Foo or Bar will receive the `test_prop` prop Working example of issue https://jsfiddle.net/6du90epg/231/