v1.8.2
This bugfix release fixes a minor issue where calling listenerMiddleware.startListening()
multiple times with the same effect
callback reference would result in multiple entries being added. The correct behavior is that only the first entry is added, and later attempts to add the same effect callback reference just return the existing entry.
What's Changed
- Add type @remarks for configureStore's middleware by @msutkowski in #2252
- Fix the "map values transpilation" bug, in yet another place by @markerikson in #2351
Full Changelog: v1.8.1...v1.8.2