Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1c710f4f

Přidáno uživatelem Václav Honzík před asi 2 roky(ů)

filter functional

re #9545

Zobrazit rozdíly:

frontend/src/index.tsx
15 15
ReactDOM.render(
16 16
    <Provider store={store}>
17 17
        <PersistGate loading={null} persistor={persistor}>
18
            <React.StrictMode>
18
            {/* <React.StrictMode> */}
19 19
                <BrowserRouter>
20 20
                    <App />
21 21
                </BrowserRouter>
22
            </React.StrictMode>
22
            {/* </React.StrictMode> */}
23 23
        </PersistGate>
24 24
    </Provider>,
25 25
    document.getElementById('root')

Také k dispozici: Unified diff