Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken example in the README.md #92

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

Commits on Jun 16, 2018

  1. Fix broken example in the README.md

    In the example store.setState was called with what could be a stale state. In order to use the current state, one must call store.getState. Similar to how in React if you call setState without a callback it is a potential bug.
    boazberman authored Jun 16, 2018
    Configuration menu
    Copy the full SHA
    8834348 View commit details
    Browse the repository at this point in the history