From 7f3cdf3b48b789984549bd862b41707b956f247a Mon Sep 17 00:00:00 2001 From: Rick Hanlon II Date: Fri, 11 Mar 2016 12:48:46 -0500 Subject: [PATCH] Add defaultIsVisible to walkthrough docs --- docs/Walkthrough.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Walkthrough.md b/docs/Walkthrough.md index e474e957..11aac84d 100644 --- a/docs/Walkthrough.md +++ b/docs/Walkthrough.md @@ -45,8 +45,10 @@ const DevTools = createDevTools( // Monitors are individually adjustable with props. // Consult their repositories to learn about those props. // Here, we put LogMonitor inside a DockMonitor. + // Note: DockMonitor is visible by default. + changePositionKey='ctrl-q' + defaultIsVisible={true}> );