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

problem with children routes #25

Closed
vakora opened this issue Jul 15, 2018 · 4 comments
Closed

problem with children routes #25

vakora opened this issue Jul 15, 2018 · 4 comments

Comments

@vakora
Copy link

vakora commented Jul 15, 2018

my parent/child route like this in router,js:

{
        path: '/admin/base',
        component: Navs,
        children: [
            {path: 'breadcrumbs', component: Breadcrumbs},
            {path: 'cards', component: Cards}
        ]
    },

when i navigate to admin/base/breadcrumbs my app got a error like this:

Converting circular structure to JSON

i want to understand why this problem occured

@cretueusebiu
Copy link
Owner

Please post a reproduction link.

@vakora
Copy link
Author

vakora commented Jul 16, 2018

@vakora
Copy link
Author

vakora commented Jul 19, 2018

@cretueusebiu Did you check it out?

@Frozire
Copy link

Frozire commented Sep 10, 2018

@tmediaa could you push the changes? The code you provided isn't in the given repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants