This commit is contained in:
zadit
2025-02-21 07:17:46 +07:00
parent f1247dd11c
commit 43ad59a1f8
5 changed files with 47 additions and 31 deletions

View File

@@ -5,6 +5,11 @@ import App from './App';
import reportWebVitals from './reportWebVitals';
const root = ReactDOM.createRoot(document.getElementById('root'));
// Disable console methods
console.log = () => {};
console.warn = () => {};
console.error = () => {};
root.render(
<React.StrictMode>
<App />