Plugin support payload
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 61
- Forks
- 9
- Avg merge
- 6h 6m
- Merged PRs (30d)
- 3
Description
目前调用一个 Action 的时候,Dispatcher 并没有把参数当作 payload 保存下来,也没有在 ActionContext 中,所以导致插件取不到参数,从而 redux-devtools 无法发送 payload ,只能包含 action.type
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how Dispatcher handles an Action and how the ActionContext is built, then inspect the plugin and redux-devtools integration mentioned in the issue. Done means the Action parameters are available as a payload in the context and redux-devtools can send them instead of only action.type.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100