bvaughn/react-devtools-experimental

Auto-append component stack to error logs

bvaughn opened this issue · 0 comments

This will require:

  • Updating React to inject ReactDebugCurrentFrame to DevTools (will be done as part of facebook/react#16017 or a follow up PR)
  • Overriding console.error, console.warn, and console.trace to auto-append component stack (if present).

For more context see facebook/react#16017 (comment)