Skip to content

Url params in child route undefined #1809

Closed
@dimensi

Description

@dimensi

Version

2.8.0 & 3.0.0

Reproduction link

http://jsfiddle.net/xfmcLgjd/4/

Steps to reproduce

  1. Create route with optional param
  2. Create in route, child route with optional param

What is expected?

id === 10  
mode === 'test'  
modeId === 1  

What is actually happening?

id === 10
mode === undefined
modeId === undefined

With problem only from 2.8.0 and only with child.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions