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
As mentioned in the PR, this issue relies on reduxjs/redux-devtools#1100 which seems that the redux devtools team are not around it! so I guess we can leave this powerful feature for now! let me know if I'm wrong!
One useful feature of redux devtools is tracing: it essentially gives you the stack trace of an action / mutation.
https://github.com/reduxjs/redux-devtools/blob/main/extension/docs/Features/Trace.md
Note that the following does not work. I naively tried modifying
utils/devtools
and addingbut this does not work as it results in a trace in the same file of
The text was updated successfully, but these errors were encountered: