We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3d4e4 commit 8236fc9Copy full SHA for 8236fc9
packages/react-devtools-shared/src/backend/renderer.js
@@ -3607,7 +3607,7 @@ export function attach(
3607
mostRecentlyInspectedElement = inspectElementRaw(id);
3608
} catch (error) {
3609
// the error name is synced with ReactDebugHooks
3610
- if (error.name === 'ReactDebugToolsRenderFunctionError') {
+ if (error.name === 'ReactDebugToolsRenderError') {
3611
let message = 'Error rendering inspected element.';
3612
let stack;
3613
// Log error & cause for user to debug
0 commit comments