We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5ef50 commit 2439c3cCopy full SHA for 2439c3c
1 file changed
packages/react-devtools-shared/src/backend/console.js
@@ -230,8 +230,8 @@ export function patch({
230
// gets printed so to make the colon make sense, we name it so we print Stack:
231
// and similarly Safari leave an expandable slot.
232
fakeError.name = enableOwnerStacks
233
- ? 'Stack'
234
- : 'Component Stack'; // This gets printed
+ ? 'Error Stack'
+ : 'Error Component Stack'; // This gets printed
235
// In Chromium, the stack property needs to start with ^[\w.]*Error\b to trigger stack
236
// formatting. Otherwise it is left alone. So we prefix it. Otherwise we just override it
237
// to our own stack.
0 commit comments