Receiving this errror while wrapping my application in StrictMode like so: ``` <React.StrictMode> <MyApp/> </React.StrictMode> ``` 