Update packages/recorder/src/index.tsx
Co-authored-by: Max Schmitt <max@schmitt.mx> Signed-off-by: Simon Knott <info@simonknott.de>
This commit is contained in:
parent
c55c560789
commit
3711474682
|
|
@ -22,6 +22,6 @@ import { Main } from './main';
|
|||
|
||||
(async () => {
|
||||
applyTheme();
|
||||
// we'd like to migrate this to React 18, but concurrent mode seems to break some of our tests.
|
||||
// TODO: we'd like to migrate this to React 18, but concurrent mode seems to break some of our tests.
|
||||
ReactDOM.render(<Main/>, document.querySelector('#root'));
|
||||
})();
|
||||
|
|
|
|||
Loading…
Reference in a new issue