We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
meta
payload
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per #148 (comment) , it looks like you can't have meta without also having payload. We should allow both or either individually.
The text was updated successfully, but these errors were encountered:
Mmm... I'm questioning whether this is worth the effort.
The simple workaround is to have a prepare callback like () => ({payload: undefined, meta : someValue}).
() => ({payload: undefined, meta : someValue})
I don't think it's worth complicating the types any further just to support this.
Closing for now.
( @phryneas , @Jessidhia, feel free to chime in if you feel this is relatively easily doable.)
Sorry, something went wrong.
No branches or pull requests
Per #148 (comment) , it looks like you can't have
meta
without also havingpayload
. We should allow both or either individually.The text was updated successfully, but these errors were encountered: