Skip to content

Commit 6b1f8ca

Browse files
davidrennerickhanlonii
authored andcommitted
Bug fix for <App /> vs. <Counter /> (#24972)
1 parent 150ceae commit 6b1f8ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/README.md

Lines changed: 1 addition & 1 deletion
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)