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

Update index.js

Open eliseevmikhail opened this issue 8 years ago • 1 comments
trafficstars

Payload is empty string? Oops...

eliseevmikhail avatar Aug 21 '17 16:08 eliseevmikhail

Hi @eliseevmikhail

I'm the original author of the lib, since @PlatziDev is no longer maintaining this library I moved it back to my own account in https://github.com/sergiodxa/redux-duck.

I also solved this issue passing payload always to the action object, this way the property will be there always and you can decide to ignore it or use it based on what you know will be there.

This is published as the v1.1.0 of redux-duck in npm.

sergiodxa avatar Nov 19 '19 15:11 sergiodxa