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 999f2fb commit badf59cCopy full SHA for badf59c
packages/react-devtools-shared/src/backend/fiber/renderer.js
@@ -5375,7 +5375,7 @@ export function attach(
5375
} else if (prevWasMounted && nextIsMounted) {
5376
if (prevFiber === null) {
5377
throw new Error(
5378
- 'Expected previous fiber when updating an existing root',
+ 'Expected a previous Fiber when updating an existing root.',
5379
);
5380
}
5381
// Update an existing root.
0 commit comments