fix: Strange sidebar animation when history open and switching between docs
closes #4091
This commit is contained in:
@@ -76,7 +76,7 @@ const AuthenticatedLayout: React.FC = ({ children }) => {
|
||||
|
||||
const sidebarRight = (
|
||||
<React.Suspense fallback={null}>
|
||||
<AnimatePresence>
|
||||
<AnimatePresence key={ui.activeDocumentId}>
|
||||
<Switch
|
||||
location={location}
|
||||
key={
|
||||
|
||||
Reference in New Issue
Block a user