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

Avoid infinite dispatching if promise rejects with itself. Fixes #33. #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 29, 2016

  1. Avoid infinite dispatching if error is a promise that rejects with it…

    …self. Fixes redux-utilities#33.
    
    Doing this with quick editing, without testing. Sorry, don't have much time now.
    rkatic committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    2af37ff View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2016

  1. Add tests for redux-utilities#33.

    Robert Katic committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    a67052e View commit details
    Browse the repository at this point in the history
  2. Fix comment typos.

    Robert Katic committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    6439bce View commit details
    Browse the repository at this point in the history