mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
Fix fixture
This commit is contained in:
parent
a6bdb882b7
commit
3787230b1b
|
|
@ -1,8 +1,4 @@
|
|||
import React, {
|
||||
Component,
|
||||
Suspense,
|
||||
unstable_startTransition as startTransition,
|
||||
} from 'react';
|
||||
import React, {Component, Suspense, startTransition} from 'react';
|
||||
|
||||
import Theme, {ThemeToggleButton} from './Theme';
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ import {hydrateRoot} from 'react-dom/client';
|
|||
|
||||
import App from './components/App';
|
||||
|
||||
let root = hydrateRoot(document, <App assets={window.assetManifest} />);
|
||||
hydrateRoot(document, <App assets={window.assetManifest} />);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user