redux-promise-middleware-actions icon indicating copy to clipboard operation
redux-promise-middleware-actions copied to clipboard

Redux action creator for making async actions compatible with redux-promise-middleware

Results 7 redux-promise-middleware-actions issues
Sort by recently updated
recently updated
newest added

First of all, congrats for the new `createReducer`. This is super helpful as we don't have to define types anymore! The only issue I'm seeing is that I can't seem...

Hello, I am having type problems when doing something like this: ```ts const emit = (args) => new Promise(...); /* some function -- Returns Promise */ const setAll = createAsyncAction('setAll',...

*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 [Find out how to migrate...

greenkeeper

*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 [Find out how to migrate...

greenkeeper

## The devDependency [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `12.12.5` to `12.12.6`. 🚨 [View failing branch](https://github.com/omichelsen/redux-promise-middleware-actions/compare/master...omichelsen:greenkeeper%2F%40types%2Fnode-12.12.6). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Hi, Is there an example on how to use the library with Typescript, How do I transform the return of the createAsyncAction after dispatching it, for example, I have an...

question

![image](https://user-images.githubusercontent.com/1479283/72473317-6d8fc100-37b4-11ea-824d-f7d3be2eb31f.png) See line 17 `nane: action.payload.name`, TS is nit complaining about that I typed `nane` instead of `name`. If I add the type manually: ![image](https://user-images.githubusercontent.com/1479283/72473415-a0d25000-37b4-11ea-90e6-d6b2a2b88cec.png) Then I see the error...