We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4414a9 commit 7f3cdf3Copy full SHA for 7f3cdf3
docs/Walkthrough.md
@@ -45,8 +45,10 @@ const DevTools = createDevTools(
45
// Monitors are individually adjustable with props.
46
// Consult their repositories to learn about those props.
47
// Here, we put LogMonitor inside a DockMonitor.
48
+ // Note: DockMonitor is visible by default.
49
<DockMonitor toggleVisibilityKey='ctrl-h'
- changePositionKey='ctrl-q'>
50
+ changePositionKey='ctrl-q'
51
+ defaultIsVisible={true}>
52
<LogMonitor theme='tomorrow' />
53
</DockMonitor>
54
);
0 commit comments