I am unable to figure out the exact way to use devToolsExtension and middleware at the same time in the redux store. Below is my code for the redux store. As createStore() takes 3 arguments. Before applying middleware thunk I was using it as the below code which works fine for me. Now, I need to use devToolsExtension as well