Add visibleOnLoad to all examples

This commit is contained in:
Dan Abramov 2015-09-03 16:14:21 +03:00
parent d3b850f750
commit 92b5110cc0
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,8 @@ export default class App extends Component {
</Provider>
<DebugPanel top right bottom>
<DevTools store={store}
monitor={LogMonitor} visibleOnLoad={true} />
monitor={LogMonitor}
visibleOnLoad={true} />
</DebugPanel>
</div>
);

View File

@ -29,7 +29,8 @@ export default class App extends Component {
</Provider>
<DebugPanel top right bottom>
<DevTools store={store}
monitor={LogMonitor} />
monitor={LogMonitor}
visibleOnLoad={true} />
</DebugPanel>
</div>
);