mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 14:39:58 +03:00
Fix test demo
This commit is contained in:
parent
83d48e6aa4
commit
01bbcde62d
|
@ -58,7 +58,11 @@ render(
|
||||||
<Provider store={store}>
|
<Provider store={store}>
|
||||||
<ConnectedRouter history={history}>
|
<ConnectedRouter history={history}>
|
||||||
<Container
|
<Container
|
||||||
themeData={{ theme: 'default', scheme: 'default', light: true }}
|
themeData={{
|
||||||
|
theme: 'default',
|
||||||
|
scheme: 'default',
|
||||||
|
colorPreference: 'auto',
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<Route path={ROOT}>
|
<Route path={ROOT}>
|
||||||
<DemoApp />
|
<DemoApp />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user