race condition with search and firebase initializing

This commit is contained in:
talksik
2022-05-28 13:04:44 -05:00
parent 6b0d993e1e
commit e1584a6c0f
4 changed files with 105 additions and 11 deletions
-1
View File
@@ -9,7 +9,6 @@ import { NirvanaTheme } from './mui/NirvanaTheme';
import { ElectronProvider } from './providers/ElectronProvider';
import { AuthProvider } from './providers/AuthProvider';
import './firebase/connect';
import ErrorParent from './providers/ErrorBoundary';
const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement);