fix: UI flash when loading history sidebar

This commit is contained in:
Tom Moor
2021-11-08 20:43:19 -08:00
committed by GitHub
parent a600a897c3
commit 37be7f99c4

View File

@@ -143,7 +143,7 @@ class Layout extends React.Component<Props> {
{this.props.children} {this.props.children}
</Content> </Content>
<React.Suspense> <React.Suspense fallback={null}>
<Switch> <Switch>
<Route <Route
path={`/doc/${slug}/history/:revisionId?`} path={`/doc/${slug}/history/:revisionId?`}