redux-devtools-extension not working in chrome devtools

Grub picture Grub · Nov 8, 2019 · Viewed 14.6k times · Source

I'm using redux-devtools-extension to develop a React Native app:

In the React Native debugger it works and you can see window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ and window.__REDUX_DEVTOOLS_EXTENSION__ are defined correctly.

enter image description here

In the chrome devtools not so.

enter image description here enter image description here

Does anyone know how I can get these to be defined in chrome devtools? I have the redux extension installed in chrome and have tried reinstalling it.

Answer

Prajwal Singh picture Prajwal Singh · Oct 17, 2020

I faced a similar problem, the following worked for me.

Goto extensions settings for redux Devtools in chrome extensions and check Allow Access to file URLs settings.

Extensions > Redux Devtools > Allow Access to file URLs