Skip to content

Commit

Permalink
chore: cancel code comments of StrictMode
Browse files Browse the repository at this point in the history
  • Loading branch information
Simoon-F committed Feb 15, 2024
1 parent ccf7182 commit 7c07e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/template-react-zustand/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if (container) {
const root = ReactDOM.createRoot(container);

root.render(
// <React.StrictMode>
<App />,
// </React.StrictMode>,
<React.StrictMode>
<App />
</React.StrictMode>
);
}

0 comments on commit 7c07e96

Please sign in to comment.