fix: disable react-compiler due to issue with mantine-react-table data updates (#4593)

This commit is contained in:
Meier Lukas
2025-12-05 19:10:23 +01:00
committed by GitHub
parent d350e48998
commit 10572ca962

View File

@@ -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 },
/**