admin管理员组

文章数量:1291108

I'm using the Redux-DevTools extension and I can't figure out how I'm supposed to be able to dispatch actions. I've checked both Chrome and Firefox versions. It seems the dispatch button has been completely removed? Any ideas?

enter image description here

I'm using the Redux-DevTools extension and I can't figure out how I'm supposed to be able to dispatch actions. I've checked both Chrome and Firefox versions. It seems the dispatch button has been completely removed? Any ideas?

enter image description here

Share Improve this question edited Feb 13 at 17:13 Drew Reese 203k17 gold badges239 silver badges271 bronze badges asked Feb 13 at 16:41 Jack GatesJack Gates 134 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

The second button in the lower-right toggles the dispatcher view.

After the dispatcher view is unhidden you can manually type in your action type and any payload values and then click the "Dispatch" button to dispatch that action to your store.

本文标签: ReduxDevTools extension is missing function to dispatch actionStack Overflow