You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating this issue to keep a pile of breaking changes we want to release at once. This doesn’t mean we plan to do much breaking changes! Mostly they are cosmetic but since we’re using semver, we want to batch them. This is why this issue exists.
Updated TypeScript bindings (for TS 2.0+)
Remove ActionTypes from createStore exports. It was never intended to be a part of public API. It is not visible of you import redux but since we now support importing redux/lib/* officially, we should stop exporting ActionTypes from redux/lib/createStore.
Creating this issue to keep a pile of breaking changes we want to release at once. This doesn’t mean we plan to do much breaking changes! Mostly they are cosmetic but since we’re using semver, we want to batch them. This is why this issue exists.
ActionTypesfromcreateStoreexports. It was never intended to be a part of public API. It is not visible of you importreduxbut since we now support importingredux/lib/*officially, we should stop exportingActionTypesfromredux/lib/createStore.INITname is random (Action never seen when dispatched on Store. #1736 (comment))subscribe()andgetState()while reducer is running: Forbid getState() and subscribe() while the reducer is being called #1568