Enabled strict mode for testing.
This commit is contained in:
parent
9fc1f7c8f7
commit
bde5b58a70
@ -6,9 +6,9 @@ import "./index.css";
|
|||||||
|
|
||||||
const root = ReactDOM.createRoot(document.getElementById("root"));
|
const root = ReactDOM.createRoot(document.getElementById("root"));
|
||||||
root.render(
|
root.render(
|
||||||
// <React.StrictMode>
|
<React.StrictMode>
|
||||||
<FarmControlApp />
|
<FarmControlApp />
|
||||||
// </React.StrictMode>
|
</React.StrictMode>
|
||||||
);
|
);
|
||||||
|
|
||||||
// If you want to start measuring performance in your app, pass a function
|
// If you want to start measuring performance in your app, pass a function
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user