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

createAsyncThunk improvements #367

Merged
merged 4 commits into from
Feb 18, 2020

Commits on Feb 17, 2020

  1. prevent dispatching of further actions if asyncThunk has been cancell…

    …ed, even if the payloadCreator didn't react to the `abort` request
    Lenz Weber committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    13ae697 View commit details
    Browse the repository at this point in the history
  2. * add race between payloadCreator and abortedPromise

    * simplify createAsyncThunk
    * remove complicated logic where an AbortError thrown from the `payloadCreator` could influence the return value
    Lenz Weber committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    f6530ee View commit details
    Browse the repository at this point in the history
  3. api report

    phryneas committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    335275f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a4ad54 View commit details
    Browse the repository at this point in the history