redux-loader icon indicating copy to clipboard operation
redux-loader copied to clipboard

[Deprecated] A high order component and request management utility for Redux.

Results 2 redux-loader issues
Sort by recently updated
recently updated
newest added

All I did was copy and past your example into my project and I get this error: ![selection_397](https://cloud.githubusercontent.com/assets/324999/12997758/929cee4c-d10a-11e5-8cfe-7c7c4c2c9853.png) My best guess is that because you're specifying `"react": "^0.13.3",` in your...

``` return { id, load() { const action = actions.fetchOne(ePId); return options.dispatch(action); }, find() { // if I mess up the prop name (e.g. engagement_packages) the loader component will get...