File tree Expand file tree Collapse file tree
concurrent/time-slicing/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 */
77
88import React from 'react' ;
9- import { createRoot } from 'react-dom' ;
9+ import { createRoot } from 'react-dom/client ' ;
1010import './index.css' ;
1111import Router from './Router' ;
1212
Original file line number Diff line number Diff line change 11import React , { PureComponent , unstable_startTransition } from 'react' ;
2- import { createRoot } from 'react-dom' ;
2+ import { createRoot } from 'react-dom/client ' ;
33import _ from 'lodash' ;
44import Charts from './Charts' ;
55import Clock from './Clock' ;
Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import { hydrateRoot } from 'react-dom' ;
2+ import { hydrateRoot } from 'react-dom/client ' ;
33
44import App from './components/App' ;
55
Original file line number Diff line number Diff line change @@ -4265,7 +4265,7 @@ longest@^1.0.1:
42654265 resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
42664266 integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
42674267
4268- loose-envify@^1.0.0 :
4268+ loose-envify@^1.0.0, loose-envify@^1.1.0 :
42694269 version "1.4.0"
42704270 resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
42714271 integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -5945,6 +5945,14 @@ sax@^1.2.1, sax@~1.2.1:
59455945 resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
59465946 integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
59475947
5948+ scheduler@^0.20.1 :
5949+ version "0.20.2"
5950+ resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
5951+ integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
5952+ dependencies :
5953+ loose-envify "^1.1.0"
5954+ object-assign "^4.1.1"
5955+
59485956" semver@2 || 3 || 4 || 5" , semver@^5.1.0, semver@^5.3.0:
59495957 version "5.7.1"
59505958 resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
Original file line number Diff line number Diff line change 66 *
77 */
88
9- import { hydrateRoot } from 'react-dom' ;
9+ import { hydrateRoot } from 'react-dom/client ' ;
1010import App from './App' ;
1111
1212hydrateRoot ( document , < App assets = { window . assetManifest } /> ) ;
You can’t perform that action at this time.
0 commit comments