acdlite / acdlite/redux-router
Failed to do dynamic loading with redux-router
- Ngôn ngữ chính
- JavaScript
- Star
- 2.3k
- Fork
- 194
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## Version
2.1.2
## Steps to reproduce
Create a router like below:
```javascript
const rootRouter = {
childRoutes:[{
path:'/root',
component:MainEntry,
childRoutes: [
require('../containers/main_entry')
]
}]
}
return
{rootRouter}
```
but when loading the page, I got below error:
Objects are not valid as a React child (found: object with keys {childRoutes}). If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons.
## Expected Behavior
## Actual Behavior
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Look at the examples in the repository to understand how redux-router expects routes to be structured. The error suggests a route object is being passed incorrectly as a React child. Check the Router and ReduxRouter components in the source code to see how childRoutes should be handled. Verify the dynamic loading pattern by examining similar issues or the test suite.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- javascript, react, redux
- Lĩnh vực
- frontend
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100