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? 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
3.0.1
#1105
mapState
mapActions
Type checking should work. Intellisense should suggest actions mapped using mapActions and suggest data mapped using mapState
Type checking stops working. Intellisense is not suggesting mapped actions and state.
This is due to mapState and mapActions returning Dictionary<any> I created pull request that fixes this for me: #1105
Dictionary<any>
The text was updated successfully, but these errors were encountered:
It's been a while, any news on this @Demivan @ktsn
Sorry, something went wrong.
ktsn
Successfully merging a pull request may close this issue.
Version
3.0.1
Reproduction link
#1105
Steps to reproduce
mapState
ormapActions
to the componentWhat is expected?
Type checking should work.
Intellisense should suggest actions mapped using
mapActions
and suggest data mapped usingmapState
What is actually happening?
Type checking stops working.
Intellisense is not suggesting mapped actions and state.
This is due to
mapState
andmapActions
returningDictionary<any>
I created pull request that fixes this for me: #1105
The text was updated successfully, but these errors were encountered: