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 d78cf3b commit 98dfa6bCopy full SHA for 98dfa6b
1 file changed
app/(admin)/layout.tsx
@@ -16,7 +16,11 @@ export default function AdminLayout({
16
>
17
<AppSidebar variant="inset" />
18
<SidebarInset>
19
- <ViewTransition name="inner-content">{children}</ViewTransition>
+ <ViewTransition>
20
+ <div suppressHydrationWarning>
21
+ {children}
22
+ </div>
23
+ </ViewTransition>
24
</SidebarInset>
25
</SidebarProvider>
26
);
0 commit comments