编辑我最初的问题包括带有分割点的路线,但我已将其简化为最简单的用例,即仅将子路线相互嵌套。作为引用,我正在使用thepopularreact-redux-starter-kit我正在尝试像这样向我的路由添加一个简单的包装器组件:exportconstcreateRoutes=(store)=>({path:'/',component:CoreLayout,indexRoute:Home,childRoutes:[{component:TransitionWrapper,childRoutes:[CounterRoute(store)]}]})但是我收到以下错误并且我的子路由没有被渲染: