-
Notifications
You must be signed in to change notification settings - Fork 17
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
Allow bindActionCreators
in mapDispatchToProps
#30
Comments
arturluik
pushed a commit
to bolteu/eslint-plugin-react-redux
that referenced
this issue
Mar 16, 2021
dentuzhik
added a commit
to bolteu/eslint-plugin-react-redux
that referenced
this issue
Oct 21, 2022
is this still in consideration? are there any known workarounds? |
the syntax i am having an issue with is
is there a refactor to this is will pass linting? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code below gives an eslint message:
It says "
mapDispatchToProps
should return object". While this is true, the convenience methodbindActionCreators
should be allowed too:The text was updated successfully, but these errors were encountered: