Skip to content

Commit bdd0d89

Browse files
committed
fix: reactCompiler is not experimental now
1 parent bcc9b96 commit bdd0d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
/* config options here */
55
reactStrictMode: true,
6+
reactCompiler: true,
67
experimental: {
7-
reactCompiler: true,
88
viewTransition: true,
99
swcPlugins: [
1010
["@swc-contrib/plugin-graphql-codegen-client-preset", { artifactDirectory: "./gql", gqlTagName: "graphql" }],

0 commit comments

Comments
 (0)