Skip to content

Commit

Permalink
strict mode uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
Angryman18 committed Aug 5, 2022
1 parent 5457e02 commit df1e4c2
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 @@ -32,11 +32,11 @@ const Index = () => {
setShowShareModal,
};
return (
// <React.StrictMode>
<React.StrictMode>
<SearchContext.Provider value={value}>
<RouteDefs />
</SearchContext.Provider>
// </React.StrictMode>
</React.StrictMode>
);
};
const container = document.getElementById("root");
Expand Down

0 comments on commit df1e4c2

Please sign in to comment.