Avoid Redux dev tools warning

This commit is contained in:
Jordan Eldredge 2025-06-29 17:26:25 -07:00
parent b63cec5cbd
commit 2ea015c504
2 changed files with 5 additions and 1 deletions

View file

@ -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]

View file

@ -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(