Complex objects unexpectedly represented as strings
See original GitHub issueHi @zalmoxisus, thanks for this fantastic extension! I’ve been using the redux-devtools-extension for around 1.5 years and found it really useful.
One thing that has always bothered me is that complex objects appear to be represented as strings. For example, when storing a Date
in the state, the devtools show you its toString()
rather than the object itself. This can make it hard to know whether you’ve persisted the correct type of data into the store, which has helped create a few bugs for me in the past. I’d much rather be shown a plain object (even though that would be more messy) and only see a string when the data in the store is actually a string.
If there isn’t already an established solution to this, would you be open to me submitting a PR?
Thanks for your help!
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (6 by maintainers)
Top GitHub Comments
Thanks @zalmoxisus, I’ll take a look this week. If it’s OK with you I’ll send a PR and we can discuss. Feel free to assign this issue to me 😃
OK great, I’ll head over to
redux-devtools
and check out what you’ve done. I’ll comment on the PR there 😃