Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚀
redux just published version 3.0.2, so that’s now up to date in your
package.json
.Check that it doesn’t break your code and release the new version of your software safe in the knowledge that it will stay in this working state.
GitHub Release
One of the problems v3.0.1 was intended to solve was not completely fixed in 3.0.1.
This release amends that.
combineReducer()
sanity check will be delayed until the first dispatch. This lets Redux DevTools correctly handle it and recover from the error. (#717, #761, #807, When there is no state, show previous state? reduxjs/redux-devtools#106, Return last non-undefined state from getState() #106 reduxjs/redux-devtools#120)To enjoy this, you’ll need at least
redux-devtools@2.1.4
.The new version differs by 312 commits (ahead by 312, behind by 0).
createStore()
source fileThere are 250 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software, up to date, all the time.