Skip to content

Commit

Permalink
Fix fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 25, 2022
1 parent a6bdb88 commit 3787230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions fixtures/ssr/src/components/Chrome.js
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
2 changes: 1 addition & 1 deletion fixtures/ssr/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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} />);

0 comments on commit 3787230

Please sign in to comment.