Replies: 1 comment
-
Hm, it sounds like a bug. Would anyone like to look into it? (Yeah, |
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
-
Hi, I tried to use "no actions store" approach to implement my app logic. Everything worked correctly, but it didn't work with redux-devtool. The actions in devtool showed "anonymous" instead of the actual action name . Then I tried to put the actions back in the store state, it worked again.
Here is the simplified version:
Then
updateUser
was called in a component.Also, can I put
false
into the second param of theset
andsetState
instead ofundefined
(I don't want to override the default merging behavior, just don't likeundefined
)?Beta Was this translation helpful? Give feedback.
All reactions