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
https://redux.js.org/recipes/usage-with-typescript#typing-createreducer
There is a reference to a generic type, PayloadAction, that doesn't exist on this repo and it doesn't explain where to get it from.
It will be ideal to include such type as part of the package. If that is not possible, provide links to it's definition.
The text was updated successfully, but these errors were encountered:
PayloadAction is part of Redux Toolkit, and that particular section of the page specifically discusses Redux Toolkit.
PayloadAction
We're planning to revamp the "Usage with TS" page in the near future. See #4025 .
Sorry, something went wrong.
Fixed by #4042 .
No branches or pull requests
What docs page needs to be fixed?
https://redux.js.org/recipes/usage-with-typescript#typing-createreducer
What is the problem?
There is a reference to a generic type, PayloadAction, that doesn't exist on this repo and it doesn't explain where to get it from.
What should be changed to fix the problem?
It will be ideal to include such type as part of the package. If that is not possible, provide links to it's definition.
The text was updated successfully, but these errors were encountered: