Improve ObjectEditor and Add TableEditor
This commit is contained in:
@@ -2,6 +2,10 @@ import React from 'react';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
import { initBrowserCompat } from './utils/browserCompat';
|
||||
|
||||
// Initialize browser compatibility fixes before React renders
|
||||
initBrowserCompat();
|
||||
|
||||
const root = ReactDOM.createRoot(document.getElementById('root'));
|
||||
root.render(
|
||||
|
||||
Reference in New Issue
Block a user