Redux-devtools-extension: NGRX app with store dev tools fails on chrome extension v 2.16.0

Created on 28 Nov 2018  路  15Comments  路  Source: zalmoxisus/redux-devtools-extension

When chrome updated to latest 2.16.0 version today my website is breaking with an error:

Cannot read property 'whitelist' of undefined

Most helpful comment

2.16.2 is available on Chrome Store. Please let me know if it fixes the issue.

All 15 comments

I got the same issue.

+1

+1

+1

Same with me

+1

+1

+1

+1

2.16.1 is available on Crome Store. Please let me know if it helps.

2.16.1 is available on Crome Store. Please let me know if it helps.

Hello, no it does not.

Version of extension: 2.16.1

error:

Cannot read property 'whitelist' of undefined TypeError: Cannot read property 'whitelist' of undefined
    at isFiltered (<anonymous>:1:5016)
    at Object.x [as send] (<anonymous>:1:73900)
    at DevtoolsExtension.push../node_modules/@ngrx/store-devtools/fesm5/store-devtools.js.DevtoolsExtension.notify (vendor.js:150109)
    at ScanSubscriber.StoreDevtools.liftedAction$.pipe.Object.state [as accumulator] (vendor.js:150548)
    at ScanSubscriber.push../node_modules/rxjs/_esm5/internal/operators/scan.js.ScanSubscriber._tryNext (vendor.js:209423)
    at ScanSubscriber.push../node_modules/rxjs/_esm5/internal/operators/scan.js.ScanSubscriber._next (vendor.js:209416)
    at ScanSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next (vendor.js:201853)
    at WithLatestFromSubscriber.push../node_modules/rxjs/_esm5/internal/operators/withLatestFrom.js.WithLatestFromSubscriber._next (vendor.js:211732)
    at WithLatestFromSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next (vendor.js:201853)
    at Notification.push../node_modules/rxjs/_esm5/internal/Notification.js.Notification.observe (vendor.js:201117)
    at ____________________Elapsed_511_ms__At__Wed_Nov_28_2018_13_10_55_GMT_0200__Eastern_European_Standard_Time_ ()
    at Object.onScheduleTask (polyfills.js:8357)
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.scheduleTask (polyfills.js:8834)
    at Object.onScheduleTask (polyfills.js:8730)
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.scheduleTask (polyfills.js:8834)
    at Zone.push../node_modules/zone.js/dist/zone.js.Zone.scheduleTask (polyfills.js:8665)
    at Zone.push../node_modules/zone.js/dist/zone.js.Zone.scheduleMacroTask (polyfills.js:8688)
    at scheduleMacroTaskWithCurrentZone (polyfills.js:9547)
    at polyfills.js:10523
AppErrorInterceptor.handleError @ main.js:26967

Cannot reproduce with http://ngrx.github.io/example-app/, but published 2.16.2 which includes https://github.com/zalmoxisus/redux-devtools-extension/commit/969619c4575e9568bcb33d1ee57ee3a42688d238 patch that should help. It should be available on Chrome Store in an hour.

Cannot reproduce with http://ngrx.github.io/example-app/, but published 2.16.2 which includes 969619c patch that should help. It should be available on Chrome Store in an hour.

Thanks, I will send you feedback about the result with version 2.16.2

2.16.2 is available on Chrome Store. Please let me know if it fixes the issue.

2.16.2 is available on Chrome Store. Please let me know if it fixes the issue.

Thanks for such fast responce and fix.
Just checked - everything is fine.

Was this page helpful?
0 / 5 - 0 ratings