redux-loader
redux-loader copied to clipboard
[Deprecated] A high order component and request management utility for Redux.
All I did was copy and past your example into my project and I get this error:  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...