Skip to content

Commit 76f0175

Browse files
authored
Update test/e2e/index.js
Signed-off-by: Albert Yu <albert@albertyu.co>
1 parent 9b8d6a8 commit 76f0175

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ function App() {
103103

104104
const container = document.getElementById('react-root');
105105
const children = <App />;
106-
// Use ReactDOMClient.createRoot directly - it's the standard API in React 18+
107106
const root = ReactDOMClient.createRoot(container);
108107
root.render(children);
109108

0 commit comments

Comments
 (0)