chore: only show sidebar once docs have loaded
This commit is contained in:
		@@ -91,7 +91,9 @@ export class DocPage extends React.Component<DocPageProps, DocPageState> {
 | 
			
		||||
                sourceUrl={sourceUrl}
 | 
			
		||||
            />
 | 
			
		||||
        );
 | 
			
		||||
        const sidebar = (
 | 
			
		||||
        const sidebar = _.isUndefined(this.state.docAgnosticFormat) ? (
 | 
			
		||||
            <div />
 | 
			
		||||
        ) : (
 | 
			
		||||
            <NestedSidebarMenu sidebarHeader={this._renderSidebarHeader()} sectionNameToLinks={sectionNameToLinks} />
 | 
			
		||||
        );
 | 
			
		||||
        return (
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user