Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Sep 20, 2024
1 parent 5fec7e0 commit 4aafaa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/src/pageScript/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ const extensionCompose =
return (...args) => {
const instanceId = generateId(config.instanceId);
return [preEnhancer(instanceId), ...funcs].reduceRight(
// @ts-expect-error FIXME
(composed, f) => f(composed),
__REDUX_DEVTOOLS_EXTENSION__({ ...config, instanceId })(...args),
);
Expand Down

0 comments on commit 4aafaa2

Please sign in to comment.