Skip to content

Commit

Permalink
Bug fix for <App /> vs. <Counter /> (#24972)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrenne authored and rickhanlonii committed Oct 6, 2022
1 parent 150ceae commit 6b1f8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Counter() {
}

const root = createRoot(document.getElementById('root'));
root.render(<App />);
root.render(<Counter />);
```

## Documentation
Expand Down

0 comments on commit 6b1f8ca

Please sign in to comment.