perf: experimental upgrade to deps and fix esbuild warnings

This commit is contained in:
David Ralph
2022-08-26 12:06:25 +01:00
parent b8f2b7fb1f
commit 218f7bec7b
6 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import { render } from 'react-dom';
import { createRoot } from 'react-dom/client';
import * as Sentry from '@sentry/react';
import App from './App';
@@ -61,4 +61,4 @@ Sentry.init({
autoSessionTracking: false,
});
render(<App />, document.getElementById('root'));
createRoot(document.getElementById('root')).render(<App />);