mirror of
https://github.com/mue/mue.git
synced 2026-07-24 01:07:23 +02:00
perf: experimental upgrade to deps and fix esbuild warnings
This commit is contained in:
@@ -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 />);
|
||||
|
||||
Reference in New Issue
Block a user