We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8c91c commit e8f4a66Copy full SHA for e8f4a66
packages/react/README.md
@@ -10,7 +10,7 @@ The `react` package contains only the functionality necessary to define React co
10
11
```js
12
import { useState } from 'react';
13
-import { createRoot } from 'react-dom';
+import { createRoot } from 'react-dom/client';
14
15
function Counter() {
16
const [count, setCount] = useState(0);
0 commit comments