-
Notifications
You must be signed in to change notification settings - Fork 104
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
Spy, tool, Debugging stores #181
Comments
Hi! We don't have any official debug tools yet. It's on the roadmap but not for the next release, unfortunately. For now, the best way to debug is:
|
@solkimicreb is there a way to attach |
@ciaoben Not in the current version (it was an undocumented thing so we removed it without any announcement). It is coming back in the next version in a more generic and powerful way though. The API will be something like const myStore = store({}, {
proxyHandlers: {
get: () => {},
....
},
}) You will be able to intercept/overwrite any operation in a store with the |
thank you for this clarification. Work but not perfect! You can add a |
Hi friend, did RES have a way to get all stores debug in developperTools ?
Any specific plugins or did you have natively something to spy All stores when a app run ?
How you guys perform debugging with this library ?
Only with console.log ?
The text was updated successfully, but these errors were encountered: