redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Redux and Redux devtols documentation mismatch.

Open obamwonyi opened this issue 11 months ago • 0 comments

In the documentation found in this link The steps given in an example Click the "+" button again. The displayed value should now be 2. Click the "-" button once. The displayed value should now be 1. Click the "Add Amount" button. The displayed value should now be 3. Change the number "2" in the textbox to a "3" Click the "Add Async" button. You should see a progress bar fill the button, and after a couple seconds, the displayed value should change to 6.

does not match the image shown in my actual devtools This is whats given

Image

This is my actual value

Image

I think instead of "counter/incrementByAmount" , it's supposed to show that of fetch.

obamwonyi avatar Apr 10 '25 12:04 obamwonyi