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

#248 Add union overload to ThunkDispatch #255

Merged
merged 2 commits into from
Jul 6, 2019
Merged

Commits on Jul 6, 2019

  1. reduxjs#248 Add union overload to ThunkDispatch

    See discussion in reduxjs#248 and microsoft/TypeScript#14107. Without this explicit overload, TypeScript is unable to figure out that the function can be called with an argument of type `T|ThunkAction<...>`.
    Philipp91 committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    e195595 View commit details
    Browse the repository at this point in the history
  2. Merge ThunkDispatch union overload with renamed type parameters

    Co-Authored-By: Tim Dorr <timdorr@users.noreply.github.com>
    Philipp91 and timdorr committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    fbbc996 View commit details
    Browse the repository at this point in the history