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}>
|
||||
<ConnectedRouter history={history}>
|
||||
<Container
|
||||
themeData={{ theme: 'default', scheme: 'default', light: true }}
|
||||
themeData={{
|
||||
theme: 'default',
|
||||
scheme: 'default',
|
||||
colorPreference: 'auto',
|
||||
}}
|
||||
>
|
||||
<Route path={ROOT}>
|
||||
<DemoApp />
|
||||
|
|
Loading…
Reference in New Issue
Block a user