-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
TypeScript error when using stateSanitizer
or actionSanitizer
with custom state/action types
#1534
Comments
Thanks for the issue! Seems worth fixing, but I'm not sure making I think the right fix would be to make the state types |
Could we change the Redux types to pass the state and action generics through to |
Maybe?
|
That makes sense to me. Unfortunately I don't have the time to pick this up right now, as much as I would love to. Thanks for your input and sharing your thoughts. |
Something fancier would be cool, but the simple |
Reduced test case:
I raised a PR to fix this in the old repository: zalmoxisus/redux-devtools-extension#716. If this looks good, I'd be happy raise another PR.
The text was updated successfully, but these errors were encountered: