acdlite / acdlite/redux-router
[ON HOLD] Does not work with history v3.0.0
- 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
v2.0.0
## Steps to reproduce
npm install history@3.0.0
## Expected Behavior
Should dispatch "@@reduxReactRouter/routerDidChange"
## Actual Behavior
Does not dispatch "@@reduxReactRouter/routerDidChange" and router state = null
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
The issue is about compatibility with history v3.0.0. Look at the integration between redux-router and the history package, likely in the source files that handle router state and dispatch actions. Check the version constraints in package.json and the code that listens to history changes. Verify the action dispatch logic and see if the router state is being set correctly. Running tests with history v3.0.0 installed will show the failure.
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, nodejs, react
- 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
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 45/100