diff --git a/packages/webamp/CHANGELOG.md b/packages/webamp/CHANGELOG.md index a36d970f..f5b607ff 100644 --- a/packages/webamp/CHANGELOG.md +++ b/packages/webamp/CHANGELOG.md @@ -15,6 +15,7 @@ ### Bug Fixes - Fix bug where resizing the window such that the current layout cannot fit on the page, while also scrolled down the page, would cause the layout to be recentered out of view. +- Avoid a console log from Redux Dev Tools. ## 2.1.2 [CURRENT] diff --git a/packages/webamp/js/store.ts b/packages/webamp/js/store.ts index d52ff505..f11f4fe9 100644 --- a/packages/webamp/js/store.ts +++ b/packages/webamp/js/store.ts @@ -22,7 +22,10 @@ import { // TODO: Move to demo const compose = composeWithDevTools({ - actionsBlacklist: [UPDATE_TIME_ELAPSED, STEP_MARQUEE], + // @ts-ignore A previous name of this was `actionsBlacklist`, but it was + // renamed to `actionsDenylist` in Redux 4.1.0 but I'd rather not upgrade the + // types. + actionsDenylist: [UPDATE_TIME_ELAPSED, STEP_MARQUEE], }); export default function createWebampStore(