Replies: 1 comment
-
|
Duplicate of #2660 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With actual implementation of devtools i need to do this:
create(set => ({ setSmth: smth => set({ smth }, false, 'setSmth'), })to have a caller name inside devtools.
Would be nice to keep it simple and make devtools retrieve the key name as a caller name:
create(set => ({ setSmth: smth => set({ smth }), })Beta Was this translation helpful? Give feedback.
All reactions