How to pin Redux Dev Tools Extension window to the bottom of the browser? If I click on the icon, it doesn't anchor to the bottom, it just floats.
I just figured out the answer, and I am posting as a q&a if anyone is having the same problem.
How to pin Redux Dev Tools Extension window to the bottom of the browser? If I click on the icon, it doesn't anchor to the bottom, it just floats.
I just figured out the answer, and I am posting as a q&a if anyone is having the same problem.
Hit Ctrl+Shift+I, or F12.
You will then open up the Developer Tools.
You will see a Redux tab at the end of Developer Tools.
Then select the bottom option to pin to the bottom:
I faced similar issue. I didn't have Redux tab in Chrome Dev Tools Panel after installing Redux DevTools. Everything worked once I quitted the browser and reloaded it.