Skip to content
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

is parent/child === parent////////////child in react-router? #3199

Closed
geminiyellow opened this issue Mar 18, 2016 · 1 comment
Closed

is parent/child === parent////////////child in react-router? #3199

geminiyellow opened this issue Mar 18, 2016 · 1 comment

Comments

@geminiyellow
Copy link

here is my route:

export const route = {
  path: 'account',
  childRoutes: [
    {path: 'setting'}
  ]
};

i think i will match account/setting only, but, account////////////////////////////////////setting also working. what should i do?

@mxstbr
Copy link
Contributor

mxstbr commented Mar 18, 2016

Ref #3158

@lock lock bot locked as resolved and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants