We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a329b commit 5c623feCopy full SHA for 5c623fe
code/react-vs-vanilla-js-example/react/src/index.js
@@ -1,5 +1,5 @@
1
import React from 'react';
2
-import ReactDOM from 'react-dom';
+import ReactDOM from 'react-dom/client';
3
4
import './index.css';
5
import App from './App';
0 commit comments