-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
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
Error in StandardAction generic type definition ? #148
Comments
yeah. I use redux-actions latest version and i suppose they have conflict here. |
btw why payload have to be object in createLogic config ? seems wrong |
|
ping |
redux-logic type more strict, like https://github.com/redux-utilities/flux-standard-action |
redux-logic type doesn't say
It says |
current type definitions version
error:
i think it should be (StandardAction<Type, Payload, Meta> & { error?: boolean }); ?
The text was updated successfully, but these errors were encountered: