Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
fix(renderer-react): browser undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed May 19, 2022
1 parent 2c26271 commit af2e97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer-react/src/browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,6 @@ export function renderClient(opts: {
ReactDOM.createRoot(rootElement).render(<Browser />);
} else {
// @ts-ignore
ReactDOM.render(browser, rootElement);
ReactDOM.render(<Browser />, rootElement);
}
}

0 comments on commit af2e97a

Please sign in to comment.