You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 function
incrementCounterNumber()
made a change to a propertycounter
, 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 toview()
but this feature has since been removed in the latest version of react-easy-state.The text was updated successfully, but these errors were encountered: