react-inspector
react-inspector copied to clipboard
Add support for Error object
Currently, Error objects are simply displayed as Error {}. It would be nice if it looked like Chrome's console.log(Error("...")), showing error message, location, and expandable stack trace.
Yeah that would indeed be very nice! Do you think you could add that feature and open a PR?
I would like to work on this. Do you think this can be a special case inside ObjectInspector itself?
Anyone doing this?
No, would you be able to help @goodmind ?