-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support all devtools features #716
Comments
The trace property seems to be mostly working already, just that Zustand isn't typed to accept it. I've put up a PR to allow the trace option to be passed. I have noticed one problem with this, where a callback passed in for |
We tried supporting the trace feature in pmndrs/valtio#331 (PR: pmndrs/valtio#380) but as mentioned, there's an issue in redux devtools trace API (reduxjs/redux-devtools#1100), so I guess we can ignore the trace feature for now if possible, and work again on it in case the trace API works again. |
#926 is related, right? |
The trace feature is really great for debugging, I would to see it available 🙂 |
Closing this as not actionable. If there are other features to support, please open a new discussion. |
Redux devtools has many more features that we have not implemented yet. For example this tracing feature. The full list of features is here. This will require looking into the (actual) redux's middleware/enhancer's source to see what needs to be done to have these features (and if we can even have them in zustand or not).
Putting it out there in case someone's interested, I might look into it when I have time.
The text was updated successfully, but these errors were encountered: