Skip to content

Commit

Permalink
Blog typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Apr 25, 2024
1 parent 412b733 commit c8a316a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/2024/04/25/react-19-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ hydrate(<App />, document.getElementById('root'));

// After
import {hydrateRoot} from 'react-dom/client';
hydrate(document.getElementById('root'), <App />);
hydrateRoot(document.getElementById('root'), <App />);
```


Expand Down

0 comments on commit c8a316a

Please sign in to comment.