We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The {children} property always returns undefined even though I'm trying the same thing as written here.
https://pro.ant.design/docs/layout#nested-layout
{ exact: false, path: '/settings', component: './Settings/index', // my nested layout page routes: [ { exact: true, name: 'profile', path: '/settings/profile', component: './Settings/sub-pages/Profile/index', }, { exact: true, name: 'appearance', path: '/settings/appearance', component: './Settings/sub-pages/Appearance/index', }, ], },
The text was updated successfully, but these errors were encountered:
I Found this solution, someone merge this --> ant-design/ant-design-pro-site#642
Sorry, something went wrong.
No branches or pull requests
The {children} property always returns undefined even though I'm trying the same thing as written here.
https://pro.ant.design/docs/layout#nested-layout
The text was updated successfully, but these errors were encountered: