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 committed Jul 22, 2022
1 parent 6b28bc9 commit 49f8254
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 49f8254

Please sign in to comment.