diff --git a/compiler/apps/playground/app/layout.tsx b/compiler/apps/playground/app/layout.tsx index 9a6daac239f..6c924238037 100644 --- a/compiler/apps/playground/app/layout.tsx +++ b/compiler/apps/playground/app/layout.tsx @@ -12,7 +12,6 @@ export default function RootLayout({ }: { children: React.ReactNode; }): JSX.Element { - 'use no memo'; return ( @@ -23,7 +22,7 @@ export default function RootLayout({ + content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />