Skip to content

Commit

Permalink
disable React strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Jan 12, 2021
1 parent 38a7109 commit f7d7a0a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions spotlight-client/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,4 @@ configure({
observableRequiresReaction: true,
});

ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById("root")
);
ReactDOM.render(<App />, document.getElementById("root"));

0 comments on commit f7d7a0a

Please sign in to comment.