Skip to content

Commit 8c9b314

Browse files
committed
Fix call
1 parent 549eb31 commit 8c9b314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import { createRoot } from 'react-dom/client';
33

44
import Layout from './Layout';
55

6-
ReactDOM.createRoot(document.getElementById('root')).render(<Layout />);
6+
createRoot(document.getElementById('root')!).render(<Layout />);

0 commit comments

Comments
 (0)