Open
Description
I'm not sure what it is that's triggering the issue, but often I get a warning in Chrome:
[Deprecation] 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
Once I get this warning, Redux crashes and I have to reload it.
There's a stack trace (full trace here), but the most relevent lines to Redux probably is the following two:
...
push../node_modules/@ngrx/store-devtools/fesm5/store-devtools.js.DevtoolsExtension.notify @ store-devtools.js:210
StoreDevtools.liftedAction$.pipe.Object.state @ store-devtools.js:649
...
Chrome version: 70.0.3538.110
Redux version: 2.16.5