In v4.1.0, there are some TypeScript type issues in redux
and devtools
middleware, which should be fixed.
What's Changed
- fix(middleware): revert types of redux middleware by @dai-shi in #1206
- fix(types)(middleware/devtools): copy devtools option types instead of importing by @dai-shi in #1207
- refactor(types): prefer using import type by @dai-shi in #1208
Full Changelog: v4.1.0...v4.1.1