Skip to content

Commit

Permalink
fix: disalbe react compiler as its messing with internal state of tan…
Browse files Browse the repository at this point in the history
…stack table

TanStack/table#5903
  • Loading branch information
hammadmajid committed Feb 8, 2025
1 parent 87ef4c5 commit ebe4ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const nextConfig: NextConfig = {
transpilePackages: ["lucide-react"],
experimental: {
ppr: true,
reactCompiler: true,
reactCompiler: false,
},
};

Expand Down

0 comments on commit ebe4ce4

Please sign in to comment.