-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
😎 enhancementNew feature or requestNew feature or request
Description
This will require:
- Updating React to inject
ReactDebugCurrentFrameto DevTools (will be done as part of Replace React.error and React.warn with getComponentStack facebook/react#16017 or a follow up PR)- Possible alternative to inject the
ReactCurrentFibervalue (Inject getCurrentFiber() function to DevTools facebook/react#16133)
- Possible alternative to inject the
- Overriding
console.error,console.warn, andconsole.traceto auto-append component stack (if present).
For more context see facebook/react#16017 (comment)
Metadata
Metadata
Assignees
Labels
😎 enhancementNew feature or requestNew feature or request