Skip to content
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

Open
chougron opened this issue Sep 30, 2020 · 5 comments
Open

Blacklist / Whitelist with Redux devtools #66

chougron opened this issue Sep 30, 2020 · 5 comments

Comments

@chougron
Copy link

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 ?

@WingCH
Copy link

WingCH commented Oct 1, 2020

same problem!

@Cretezy
Copy link
Owner

Cretezy commented Nov 25, 2020

Have you tried using transformers for this?

I'll look into supporting another method than toJson to allow support with other tools.

@WingCH
Copy link

WingCH commented Jan 7, 2021

Can you provide "transformers" example for Blacklist / Whitelist? Thanks...

@zombie6888
Copy link

zombie6888 commented Feb 24, 2021

Same problem here. I am using generated json by json_serializable package for remote devtools.

@MichalNemec
Copy link

any updated on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants