diff --git a/apps/nextjs/next.config.ts b/apps/nextjs/next.config.ts index bef2e91cf..7b9bcb915 100644 --- a/apps/nextjs/next.config.ts +++ b/apps/nextjs/next.config.ts @@ -20,7 +20,8 @@ const withNextIntl = createNextIntlPlugin({ const nextConfig: NextConfig = { output: "standalone", reactStrictMode: true, - reactCompiler: true, + // react compiler breaks mantine-react-table, so disabled for now + //reactCompiler: true, /** We already do typechecking as separate tasks in CI */ typescript: { ignoreBuildErrors: true }, /**