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

Cannot blacklist a property under dynamically created key #37

Open
yunusyuksel opened this issue Oct 31, 2022 · 0 comments
Open

Cannot blacklist a property under dynamically created key #37

yunusyuksel opened this issue Oct 31, 2022 · 0 comments

Comments

@yunusyuksel
Copy link

Here are my example types of properties that are stored in Redux. I can not blacklist a property (the name is blacklistProperty in that example) under a dynamically created key (UUID)

type EntitiesSlice = { entities: {[id: string]: EntityState} };
type EntityState = { id: string; persistProperty: string; blacklistProperty: string; };

@yunusyuksel yunusyuksel changed the title Do not persist a property under dynamically created key Cannot blacklist a property under dynamically created key Oct 31, 2022
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

1 participant