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

Trace which function made store change #254

Open
joshuaquek opened this issue May 4, 2021 · 0 comments
Open

Trace which function made store change #254

joshuaquek opened this issue May 4, 2021 · 0 comments

Comments

@joshuaquek
Copy link

Is there a way to do debugging/tracing to which function one has created has made a change to a property in the store?

Like say my own functionincrementCounterNumber() made a change to a property counter, how do I log out a trace to show that this state change was made by this function?

Is there some form of debugging feature in this library that can do this? I saw that you guys used to have a {debug: true} option that you could add to view() but this feature has since been removed in the latest version of react-easy-state.

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

No branches or pull requests

1 participant