zalmoxisus / redux-devtools-extension

Redux DevTools extension.
MIT License
13.5k stars 1.01k forks source link

Remove `any` type from `StoreEnhancer` type argument #861

Closed OliverJAsh closed 1 year ago

OliverJAsh commented 1 year ago

This fixes the following problem:

// This has type `any`! ❌
const x = createStore((s) => s, {}, devToolsEnhancer({}));
Methuselah96 commented 1 year ago

This packages is now maintained here and is published as @redux-devtools/extension.