Zustand + Redux devtools + All stores + cannot track the latest step #2135
Unanswered
to-long
asked this question in
Bug report
Replies: 1 comment 5 replies
-
@dai-shi please help |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I want Redux devtools can track all slices in one place:
I found out we can do that with devtools( store, { name: 'All_Store', store: 'bear / cat' } )
So I create a helper to do that, all stores has been logged, actions are logged too :
But without actions, the devtools is stucking on the first step:
Link to reproduction
https://codesandbox.io/p/sandbox/serene-sutherland-nyvt89?file=%2Fsrc%2Fstore-helper.ts%3A1%2C63-1%2C70
Check List
I would like the devtools show the latest step
Beta Was this translation helpful? Give feedback.
All reactions