Skip to content

Commit 49f8254

Browse files
authored
Bug fix for <App /> vs. <Counter /> (#24972)
1 parent 6b28bc9 commit 49f8254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Counter() {
2525
}
2626

2727
const root = createRoot(document.getElementById('root'));
28-
root.render(<App />);
28+
root.render(<Counter />);
2929
```
3030

3131
## Documentation

0 commit comments

Comments
 (0)