Skip to content

Commit 29f3a8e

Browse files
committed
Add test assertion I missed
1 parent c656dee commit 29f3a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactDOMServerPartialHydrationActivity-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ describe('ReactDOMServerPartialHydrationActivity', () => {
18831883
assertConsoleErrorDev([
18841884
"Can't perform a React state update on a component that hasn't mounted yet. " +
18851885
'This indicates that you have a side-effect in your render function that ' +
1886-
'asynchronously later calls tries to update the component. Move this work to useEffect instead.\n' +
1886+
'asynchronously later tries to update the component. Move this work to useEffect instead.\n' +
18871887
' in App (at **)',
18881888
]);
18891889

0 commit comments

Comments
 (0)