Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#248 Add union overload to ThunkDispatch (#255)
* #248 Add union overload to ThunkDispatch See discussion in #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<...>`. * Merge ThunkDispatch union overload with renamed type parameters Co-Authored-By: Tim Dorr <[email protected]>
- Loading branch information