v5.1.0-test.1
Pre-release
Pre-release
This release is broken - DO NOT USE IT!
This is a test release to try out some changes in relation with React 16.3's new StrictMode. Please try it out in your projects and see if it breaks anything!
Narrator: It did.
It turned out to be very broken, and should not be used.
We are currently working on React-Redux version 6.0, which will switch to using createContext
internally. See #950 for our development roadmap, and #995 and #1000 for the two "competing" work-in-progress PRs (available on NPM as tags next-995
and next-1000
). Please try those out instead, and give us feedback in the PR threads.
Changelog for historical reference
- Remove subkey arg (#945 by @theJian)
- Simplify object check and eliminate lodash dependency (#936 by @matthargett)
- Remove usages of async-unsafe lifecycle methods (#919 by @Hypnosphi)