Merge version_3 into main #4
@@ -13,7 +13,7 @@ const RootLayout = ({
|
||||
}) => {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body>
|
||||
<body suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
{children}
|
||||
</ServiceWrapper>
|
||||
@@ -1402,4 +1402,4 @@ export default RootLayout;
|
||||
// ServiceWrapper component
|
||||
const ServiceWrapper = ({ children }: { children: React.ReactNode }) => {
|
||||
return <>{children}</>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user