redux-devtools
redux-devtools copied to clipboard
Can't figure out which action caused an error with devtools
Devtools log does not show the last action dispatched if it caused an error, can we
- [ ] Display this action (so we can see what was dispatched)
- [ ] Display the error message
- [ ] Color the text salmon to communicate that the action caused an an error?
I haven't looked at the code, but I wonder if a simple hack of throwing next
into a try-catch and displaying on logger in the catch.