Cannot read property 'whitelist' of undefined when importing ngrx dev tools Cannot read property 'whitelist' of undefined when importing ngrx dev tools angular angular

Cannot read property 'whitelist' of undefined when importing ngrx dev tools


Faced the same issue , it works fine in firefox , uninstalled redux dev tools from chrome and then started working (kind of workaround )

Looks like issue with chrome redux dev tools extension .

ref (https://stackoverflow.com/a/53513518/3742158)


Just to let you know: I had my redux devtools working fine yesterday. My project dependencies are 99% same as yours. Today I face exactly the same issue. The problem is probably with extension. Try to install another version.

There are some issues on github page about 2.16 version.https://github.com/zalmoxisus/redux-devtools-extension/issues/589


Update your chrome extension to 2.16.2 => works again :)