Skip to content

Commit e624d14

Browse files
author
Brian Vaughn
committed
Revert (intentional) temporary error message change
1 parent b3d1a81 commit e624d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/HostConfigWithNoHydration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import invariant from 'shared/invariant';
1515
function shim(...args: any) {
1616
invariant(
1717
false,
18-
'The current renderer does not support hydration! ' +
18+
'The current renderer does not support hydration. ' +
1919
'This error is likely caused by a bug in React. ' +
2020
'Please file an issue.',
2121
);

0 commit comments

Comments
 (0)