Skip to content

Commit badf59c

Browse files
committed
error copy
1 parent 999f2fb commit badf59c

File tree

1 file changed

+1
-1
lines changed
  • packages/react-devtools-shared/src/backend/fiber

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/backend/fiber/renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5375,7 +5375,7 @@ export function attach(
53755375
} else if (prevWasMounted && nextIsMounted) {
53765376
if (prevFiber === null) {
53775377
throw new Error(
5378-
'Expected previous fiber when updating an existing root',
5378+
'Expected a previous Fiber when updating an existing root.',
53795379
);
53805380
}
53815381
// Update an existing root.

0 commit comments

Comments
 (0)