Blog typo

This commit is contained in:
Rick Hanlon
2024-04-25 16:47:25 -04:00
parent 412b733fb1
commit c8a316aec5

View File

@@ -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 />);
```