Skip to content

Commit

Permalink
Temporarily disable StrictMode
Browse files Browse the repository at this point in the history
  • Loading branch information
hgonomeg committed Jun 17, 2024
1 parent 7aa8765 commit b757d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baby-gru/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import { ErrorBoundary } from './ErrorBoundary';

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

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

0 comments on commit b757d60

Please sign in to comment.