Skip to content

Commit

Permalink
pause strict mode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Jun 7, 2024
1 parent d047c7d commit 607d5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import reportWebVitals from './reportWebVitals';

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
//<React.StrictMode>
<App />
</React.StrictMode>
//</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
Expand Down

0 comments on commit 607d5a4

Please sign in to comment.