diff options
| author | real-zephex <[email protected]> | 2024-05-29 15:09:15 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-29 15:09:15 +0530 |
| commit | c25395b0d907b2076b4d618a5b915d787568dd90 (patch) | |
| tree | 617cbb442180c734c72e5165602edd6a1bbe5ee8 | |
| parent | ⚡️ perf(deps): upgrade to react 19 and next js 15, add loading screen, dr... (diff) | |
| download | dramalama-c25395b0d907b2076b4d618a5b915d787568dd90.tar.xz dramalama-c25395b0d907b2076b4d618a5b915d787568dd90.zip | |
reverted back from next js 15 and react compiler due to some compatibility issues
| -rwxr-xr-x | bun.lockb | bin | 291928 -> 218754 bytes | |||
| -rw-r--r-- | next.config.mjs | 4 | ||||
| -rw-r--r-- | package.json | 5 |
3 files changed, 2 insertions, 7 deletions
| Binary files differ diff --git a/next.config.mjs b/next.config.mjs index 3633cad..216839b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -51,9 +51,7 @@ const nextConfig = { fullUrl: true,
},
},
- experimental: {
- reactCompiler: true,
- },
+
// experimental: {
// serverActions: {
// allowedOrigins: ["localhost:3000"],
diff --git a/package.json b/package.json index 1002bff..af0d97c 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,8 @@ "child_process": "^1.0.2", "framer-motion": "^11.2.6", "media-icons": "^1.1.2", - "next": "^15.0.0-rc.0", + "next": "^14.2.3", "next-themes": "^0.3.0", - "react": "^19.0.0-rc-6f23540c7d-20240528", - "react-dom": "^19.0.0-rc-6f23540c7d-20240528", "react-icons": "^5.0.1", "react-player": "^2.15.1", "react-router-dom": "^6.22.3" @@ -31,7 +29,6 @@ "@types/react": "18.2.66", "autoprefixer": "^10.4.19", "eslint": "^8", - "eslint-config-next": "^14.1.4", "postcss": "^8.4.38", "tailwindcss": "^3.4.3" } |