EDIT So it's pretty clear that the issue here lies with redux-devtools-extension - specifically https://github.com/zalmoxisus/redux-devtools-extension/issues/588 - however I'm going to leave this open for now so it's visible to anyone who happens to be looking for the error in this repo until the plugin issue gets resolved.
All of my applications that use @ngrx/store-devtools currently get this error on load using the latest version of redux devtools (2.16.0):
Cannot read property 'whitelist' of undefined.
I'm cross-linking with the issue in redux-devtools-extension as I'm unsure if the issue lies with ngrx or with the devtools themselves:
https://github.com/zalmoxisus/redux-devtools-extension/issues/589
FTR this is using the latest version of @ngrx:
"@ngrx/effects": "^6.0.0",
"@ngrx/router-store": "^6.0.0",
"@ngrx/store": "^6.0.0",
"@ngrx/store-devtools": "^6.0.0",
Getting the same error suddenly
It's because of extension, not platform. To fix you have to downgrade redux-devtools-extension to 2.15.
same with:
"@ngrx/router-store": "6.1.0",
"@ngrx/store": "6.1.0",
"@ngrx/store-devtools": "6.1.0",
tried: v2.1.5
No matching version found for @ngrx/[email protected]
@tirlipinpon you have to downgrade the browser extension (not @ngrx/store-devtools).
ok thanks @timdeschryver but how downgrade the browser ext. ? google propose to me just 2.16.0
@tirlipinpon check here: https://github.com/zalmoxisus/redux-devtools-extension/issues/588#issuecomment-442311474
Seems like last automatic chrome update broke it, here's the changelog:
https://github.com/zalmoxisus/redux-devtools-extension/releases/tag/2.16
( numbers are redux-devtools-extension issue numbers )
A fix has been released https://github.com/zalmoxisus/redux-devtools-extension/releases/tag/2.16.2
Most helpful comment
@tirlipinpon check here: https://github.com/zalmoxisus/redux-devtools-extension/issues/588#issuecomment-442311474