Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Fixed issue 'Unexpected key counter found in previous state received … #1059

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 24, 2016

  1. Fixed issue 'Unexpected key counter found in previous state received …

    …by the reducer' when added window.__INITIAL_STATE of { counter: 1 }. The counter reducer is async injected, so there no reducer to key 'counter' when combineReducers in createStore intially. Therefore a warning from combineReducers shows in non-production mode, but the initial state of { counter: 1 } is removed in production mode
    shendepu committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    d2355a4 View commit details
    Browse the repository at this point in the history