Enabled strict mode for testing.

This commit is contained in:
Tom Butcher 2024-07-30 00:18:58 +01:00
parent 9fc1f7c8f7
commit bde5b58a70

View File

@ -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