We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73f38d commit 3024b60Copy full SHA for 3024b60
readme.md
@@ -51,12 +51,12 @@ ReactDOM.render(<App />, rootContainer);
51
reactime(rootContainer);
52
```
53
54
-4. For experimental concurrent mode support:
+4. For experimental concurrent mode support.
55
56
57
import reactime from 'reactime';
58
59
-const rootContainer = ReactDOM.createRoot( document.getElementById('root'));
+const rootContainer = ReactDOM.createRoot(document.getElementById('root'));
60
rootContainer.render(<App />);
61
62
0 commit comments