Sourced from redux's releases.
v4.1.2
This release fixes a small specific TS types issue where state types that had a nested
unknownfield inside would cause compilation failures when used as thepreloadedStateargument.What's Changed
- Fix preloaded state type by
@​phryneasin reduxjs/redux#4078Full Changelog: https://github.com/reduxjs/redux/compare/v4.1.1...v4.1.2