Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 40c11238cb | |||
| f3d873b26f | |||
| f8770c8cea |
@@ -13,7 +13,7 @@ const RootLayout = ({
|
|||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<body>
|
<body suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
{children}
|
{children}
|
||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
@@ -1402,4 +1402,4 @@ export default RootLayout;
|
|||||||
// ServiceWrapper component
|
// ServiceWrapper component
|
||||||
const ServiceWrapper = ({ children }: { children: React.ReactNode }) => {
|
const ServiceWrapper = ({ children }: { children: React.ReactNode }) => {
|
||||||
return <>{children}</>;
|
return <>{children}</>;
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user