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
routes
IRouteComponentProps 没有routes字段的定义
添加routes字段类型
不确定这样是故意的还是漏掉了, 所以提了feature request, 参考源码 应该所有路由组件都会有的
const newProps = { ...props, ...opts.extraProps, ...(opts.pageInitialProps || defaultPageInitialProps), route, routes: opts.rootRoutes, };
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Background
IRouteComponentProps 没有
routes
字段的定义Proposal
添加routes字段类型
Additional context
不确定这样是故意的还是漏掉了, 所以提了feature request, 参考源码 应该所有路由组件都会有的
The text was updated successfully, but these errors were encountered: