-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Blacklist / Whitelist with Redux devtools #66
Comments
same problem! |
Have you tried using transformers for this? I'll look into supporting another method than |
Can you provide "transformers" example for Blacklist / Whitelist? Thanks... |
Same problem here. I am using generated json by json_serializable package for remote devtools. |
any updated on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From what I understand, in order to avoid some attributes of the state to be stored, you need to not include it in the toJson function of your state.
Sadly, it is also this function that is used to display the state in the redux devtools (https://pub.dev/packages/redux_remote_devtools).
In my case I would like to see my state changing, to be able to debug my app, but without all of it being stored.
What solution would you suggest ? Could Transformations be used in this case ?
The text was updated successfully, but these errors were encountered: