We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Current signature is (payload) but should optionally be (payload, { meta, error }.
(payload)
(payload, { meta, error }
Code needing to be changed: https://github.com/roblafeve/redux-factory/blob/master/src/helpers.js#L11
The text was updated successfully, but these errors were encountered:
@roblafeve what would be in the error options? would it be a type of error? or just a string?
Sorry, something went wrong.
@dmdez good question—basically I think it could be anything. You may look at https://github.com/acdlite/flux-standard-action to see what is valid though.
Also, where would I add a test for this? All tests i see seem to take a FSA, not really a function call with a payload.
dmdez
No branches or pull requests
Current signature is
(payload)
but should optionally be(payload, { meta, error }
.Code needing to be changed:
https://github.com/roblafeve/redux-factory/blob/master/src/helpers.js#L11
The text was updated successfully, but these errors were encountered: