mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 02:53:53 +03:00
Add visibleOnLoad to all examples
This commit is contained in:
parent
d3b850f750
commit
92b5110cc0
|
@ -31,7 +31,8 @@ export default class App extends Component {
|
||||||
</Provider>
|
</Provider>
|
||||||
<DebugPanel top right bottom>
|
<DebugPanel top right bottom>
|
||||||
<DevTools store={store}
|
<DevTools store={store}
|
||||||
monitor={LogMonitor} visibleOnLoad={true} />
|
monitor={LogMonitor}
|
||||||
|
visibleOnLoad={true} />
|
||||||
</DebugPanel>
|
</DebugPanel>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -29,7 +29,8 @@ export default class App extends Component {
|
||||||
</Provider>
|
</Provider>
|
||||||
<DebugPanel top right bottom>
|
<DebugPanel top right bottom>
|
||||||
<DevTools store={store}
|
<DevTools store={store}
|
||||||
monitor={LogMonitor} />
|
monitor={LogMonitor}
|
||||||
|
visibleOnLoad={true} />
|
||||||
</DebugPanel>
|
</DebugPanel>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user